SlideShare a Scribd company logo
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Agenda For Today
➢ Informatica PowerCenter Overview
➢ Why do we need Data integration?
➢ ETL Process
➢ Informatica PowerCenter Admin Console
➢ Informatica PowerCenter Repository Manager
➢ Informatica PowerCenter Designer
➢ Informatica PowerCenter Workflow Manger
➢ Informatica PowerCenter Workflow Monitor
Informatica PowerCenter Overview
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Informatica PowerCenter Overview
 Market’s leading platform for data integration and most widely used ETL tool.
 Operations like Data migration, Application Integration and Data Transformation can be performed through
Informatica PowerCenter
PowerCenter Applications
Administration Development
D W M
Perform domain and
repository service tasks:
• Create/Configure Nodes
and repository
• Upgrade/Delete
• Start/Stop
• Backup/Restore
R
Manage Repositories
• Connections
• Objects
• Folders
• Users and Groups
Repository Manager Administration Console Designer
Create ETL
Mapping
Workflow Manager
Create and
start workflow
Workflow Monitor
Monitor and
Control
workflows
Administration
Console
Why Do We Need Data Integration?
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Why do we need Data integration?
 Every company these days have to process large sets of data from varied sources. This data needs to be processed
to give insightful information for making business decisions.
 This data maybe stored using various applications as per the ease of the user.
Manufacturing
(DB2)
Sales
(SalesForce)
Billing (Sybase)
Resource
Planning (PSFT)
Inventory
(SQL Server)
Marketing
(ORCL)
Accounting (SAP)
Manufacturing
(DB2)
Sales
(SalesForce)
Billing (Sybase)
Resource
Planning (PSFT)
Inventory
(SQL Server)
Marketing
(ORCL)
Accounting (SAP)
Data Integration
ETL Process
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
ETL Process
 Extract, Transform and Load (ETL) is the process of extracting the data from various sources, transforming this data
to meet your requirement and then loading into a target data warehouse.
 The ETL processes ensures that the data stored in the warehouse is:
➢ Relevant and useful to the business users.
➢ Accurate and high quality.
➢ Easy to access so that the warehouse is used efficiently and effectively by the business users.
Informatica PowerCenter
Administrator Console
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Informatica PowerCenter Administrator Console
 It is used to administer the Informatica domain and Informatica security.
 The Administrator console is mainly used to perform tasks on the domain like Managing application services,
Configuring nodes, Managing domain objects, Viewing and editing domain object properties, Security administrative
tasks and Viewing log events.
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Informatica PowerCenter Administrator Console
The Administrator tool has the following tabs:
 Domain: View and edit the properties of the domain and objects within the domain.
 Logs: View log events for the domain and services within the domain.
 Monitoring: View the status of Profile jobs, Preview jobs, Mapping jobs, SQL data services, and Web services for
each Data Integration Service.
 Reports: Run a Web services report or License management report.
 Security: Manage users, groups, roles, and privileges.
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Demo
➢ Use Case: As an organization, you are migrating your product details to a new database. While
migrating, the data needs to be checked and invalid data needs to be tracked.
Existing Product Data Expression Transformation Updated Product Database
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Solution
•Create a work folder to
store all sources,
transformation, targets,
mappings and workflows
in a single location.
Repository
Manager
•Create the mapping by
loading the source
definition, adding data
transformation, creating
target definition and
connection all these
components.
Designer
•Create a workflow
using various task
components to
execute the created
mapping.
Workflow
Manager
•Monitor the
execution of the
workflow and check
the Source/Target
statistics.
Workflow
Monitor
Phase 1
Phase 2
Phase 3
Phase 4
 To solve the problem, we break down the solution into 4 Phases:
Phase 1
Informatica PowerCenter
Repository Manager
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
 The Repository Manager is used to navigate through multiple folders and repositories, and perform basic repository
tasks like folder creation, folder access control, migrating objects from one folder or repository to another.
 The main tasks of the repository manager are adding domain and repository connection information, Working with
PowerCenter domain and repository connections and Implement repositories.
Informatica PowerCenter Repository Manager
Navigator
Output Field
Workspace
Client Tools
Phase 2
Informatica PowerCenter
Designer
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
 The PowerCenter Designer is the client where we specify how to move the data between various sources and targets
 The Designer is used to create source definitions, target definitions, and transformations which can be further utilized
for developing mappings
Informatica PowerCenter Designer
Navigator
Output Field
Workspace
Status Bar
Overview
Window
Client Tools
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
The Designer provides the following tool workspace:
➢ Source Analyzer: Used to Import or create source
definitions for flat file, XML, COBOL, Application, and
relational sources.
➢ Target Designer: Used for Import or create target
definitions.
➢ Mapping Designer: Used for creating the mapping.
➢ Transformation Developer: You can create reusable
transformations.
➢ Mapplet Designer: Used to create mapplets.
Informatica PowerCenter Designer Tools
Source Analyzer – Used to Import or Create source
definition.
Target Designer – Used to Import or Create target
definition.
Mapping Designer – Used to create mapping to extract,
transform and load data.
Transformation Designer – Used to create or modify
reusable transforms.
Mapplet Designer – Used to create or modify reusable
transforms.
Phase 3
Informatica PowerCenter
Workflow Manager
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Informatica PowerCenter Workflow Manager
 The PowerCenter Workflow Manager is used to create and start Workflows.
 As mappings are not executable, we make use of sessions in workflow to execute the associated mapping.
Navigator
Output Field
Workspace
Client Tools
Phase 4
Informatica PowerCenter
Workflow Monitor
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
 The Workflow Monitor is the PowerCenter tool which is used to monitor the execution of workflows and tasks.
 Workflow Monitor can be used to:
➢ View details about a workflow or task run in Gantt chart view or task view
➢ Run, stop, abort, and resume workflows or tasks
➢ The Workflow Monitor displays workflows that have run at least once.
Informatica PowerCenter Workflow Monitor
Available
Workflows
Run time of each instance
Status of each instance
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Output
 Below is the output of our operation where we have successfully set the INCONSISTENCY-FLAG as Y for those entries
with PRODUCT-ID as null.
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
 We have understood why we need Data Integration and how we can achieve data integration through ETL process.
 We have seen the uses of Informatica Administration Console.
 To solve every problems, the solution can be broken down to 4 phases.
 In the first phase, by using the Informatica PowerCenter Repository Manager we can create a work folder to store
all the sources, target definition, mapping , transformations and workflows created as objects.
 In the second phase, by using the Informatica PowerCenter Designer we can load source definitions, target
definitions, and transformations which can be further utilized for developing mappings.
 In the third phase, by using the Informatica PowerCenter Workflow Manager, we can create and execute
workflows.
 Finally, by using Informatica PowerCenter Workflow Monitor, we have checked the progress of the workflow and
verified the source-target statistics.
Summary
Informatica PowerCenter Tutorial | Informatica Tutorial for Beginners | Edureka

More Related Content

PDF
Informatica Tutorial For Beginners | Informatica Powercenter Tutorial | Edureka
PDF
Informatica Transformations with Examples | Informatica Tutorial | Informatic...
PDF
Informatica Training | Informatica PowerCenter | Informatica Tutorial | Edureka
PPTX
1. informatica power center architecture
PPT
Informatica Power Center 7.1
PDF
ETL Using Informatica Power Center
PPTX
Informatica Powercenter Architecture
PPT
Informatica Cloud Overview
Informatica Tutorial For Beginners | Informatica Powercenter Tutorial | Edureka
Informatica Transformations with Examples | Informatica Tutorial | Informatic...
Informatica Training | Informatica PowerCenter | Informatica Tutorial | Edureka
1. informatica power center architecture
Informatica Power Center 7.1
ETL Using Informatica Power Center
Informatica Powercenter Architecture
Informatica Cloud Overview

What's hot (20)

PPT
Informatica session
PPTX
What is Informatica Powercenter
PDF
Informatica Interview Questions | Informatica Tutorial | Informatica Training...
PDF
Informatica slides
PDF
Etl overview training
PDF
Microsoft Power BI Overview
PPTX
Dynamic filtering for presto join optimisation
PDF
Presto: Fast SQL-on-Anything (including Delta Lake, Snowflake, Elasticsearch ...
PDF
Building large scale transactional data lake using apache hudi
PPT
Sql Server Basics
PPTX
Interpreted and compiled language
PDF
Dataiku Data Science Studio (datasheet)
PDF
What is SQL? | Edureka
PPTX
Oracle BI publisher intro
PPT
Lecture2 oracle ppt
PPTX
Tableau Architecture
PDF
FLiP Into Trino
PDF
Hyperspace for Delta Lake
DOCX
Informatica
PDF
Productionalizing Models through CI/CD Design with MLflow
Informatica session
What is Informatica Powercenter
Informatica Interview Questions | Informatica Tutorial | Informatica Training...
Informatica slides
Etl overview training
Microsoft Power BI Overview
Dynamic filtering for presto join optimisation
Presto: Fast SQL-on-Anything (including Delta Lake, Snowflake, Elasticsearch ...
Building large scale transactional data lake using apache hudi
Sql Server Basics
Interpreted and compiled language
Dataiku Data Science Studio (datasheet)
What is SQL? | Edureka
Oracle BI publisher intro
Lecture2 oracle ppt
Tableau Architecture
FLiP Into Trino
Hyperspace for Delta Lake
Informatica
Productionalizing Models through CI/CD Design with MLflow
Ad

Similar to Informatica PowerCenter Tutorial | Informatica Tutorial for Beginners | Edureka (20)

PDF
Informatica course curriculum
PDF
Management in Informatica Power Center
PDF
Designing And Monitoring In Informatica PowerCenter
DOC
Amit Kumar_Resume
PDF
Informatica Capabilities As An ETL Tool
DOC
Santhosh_Informatica_Administrator(2)
PDF
Management in Informatica Power Center
DOC
Amit Kumar_resume
PPTX
Ten tools for ten big data areas 01 informatica
PDF
Informatica PowerCenter : Agile Data Integration Tool
PDF
Informatica log files
DOC
Nissim Levy Resume
DOC
Boobalan_Muthukumarasamy_Resume_DW_8_Yrs
PPTX
Middleware monitoring with Applications Manager
DOC
RajeshS_ETL
DOC
Shaik Niyas Ahamed M Resume
PDF
Power-Automate-Virtual-Training-Day_Automate-Your-Business-Processes(Official...
PDF
Mastering informatica log files
DOCX
New.rk latest
PPTX
Informatica PowerCenter
Informatica course curriculum
Management in Informatica Power Center
Designing And Monitoring In Informatica PowerCenter
Amit Kumar_Resume
Informatica Capabilities As An ETL Tool
Santhosh_Informatica_Administrator(2)
Management in Informatica Power Center
Amit Kumar_resume
Ten tools for ten big data areas 01 informatica
Informatica PowerCenter : Agile Data Integration Tool
Informatica log files
Nissim Levy Resume
Boobalan_Muthukumarasamy_Resume_DW_8_Yrs
Middleware monitoring with Applications Manager
RajeshS_ETL
Shaik Niyas Ahamed M Resume
Power-Automate-Virtual-Training-Day_Automate-Your-Business-Processes(Official...
Mastering informatica log files
New.rk latest
Informatica PowerCenter
Ad

More from Edureka! (20)

PDF
What to learn during the 21 days Lockdown | Edureka
PDF
Top 10 Dying Programming Languages in 2020 | Edureka
PDF
Top 5 Trending Business Intelligence Tools | Edureka
PDF
Tableau Tutorial for Data Science | Edureka
PDF
Python Programming Tutorial | Edureka
PDF
Top 5 PMP Certifications | Edureka
PDF
Top Maven Interview Questions in 2020 | Edureka
PDF
Linux Mint Tutorial | Edureka
PDF
How to Deploy Java Web App in AWS| Edureka
PDF
Importance of Digital Marketing | Edureka
PDF
RPA in 2020 | Edureka
PDF
Email Notifications in Jenkins | Edureka
PDF
EA Algorithm in Machine Learning | Edureka
PDF
Cognitive AI Tutorial | Edureka
PDF
AWS Cloud Practitioner Tutorial | Edureka
PDF
Blue Prism Top Interview Questions | Edureka
PDF
Big Data on AWS Tutorial | Edureka
PDF
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
PDF
Kubernetes Installation on Ubuntu | Edureka
PDF
Introduction to DevOps | Edureka
What to learn during the 21 days Lockdown | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Tableau Tutorial for Data Science | Edureka
Python Programming Tutorial | Edureka
Top 5 PMP Certifications | Edureka
Top Maven Interview Questions in 2020 | Edureka
Linux Mint Tutorial | Edureka
How to Deploy Java Web App in AWS| Edureka
Importance of Digital Marketing | Edureka
RPA in 2020 | Edureka
Email Notifications in Jenkins | Edureka
EA Algorithm in Machine Learning | Edureka
Cognitive AI Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Blue Prism Top Interview Questions | Edureka
Big Data on AWS Tutorial | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Kubernetes Installation on Ubuntu | Edureka
Introduction to DevOps | Edureka

Recently uploaded (20)

PPTX
sap open course for s4hana steps from ECC to s4
PDF
Electronic commerce courselecture one. Pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Spectroscopy.pptx food analysis technology
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Machine learning based COVID-19 study performance prediction
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
cuic standard and advanced reporting.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
sap open course for s4hana steps from ECC to s4
Electronic commerce courselecture one. Pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
MYSQL Presentation for SQL database connectivity
Diabetes mellitus diagnosis method based random forest with bat algorithm
“AI and Expert System Decision Support & Business Intelligence Systems”
Reach Out and Touch Someone: Haptics and Empathic Computing
Spectroscopy.pptx food analysis technology
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Approach and Philosophy of On baking technology
Machine learning based COVID-19 study performance prediction
MIND Revenue Release Quarter 2 2025 Press Release
Understanding_Digital_Forensics_Presentation.pptx
Encapsulation_ Review paper, used for researhc scholars
20250228 LYD VKU AI Blended-Learning.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
cuic standard and advanced reporting.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Advanced methodologies resolving dimensionality complications for autism neur...

Informatica PowerCenter Tutorial | Informatica Tutorial for Beginners | Edureka

  • 2. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Agenda For Today ➢ Informatica PowerCenter Overview ➢ Why do we need Data integration? ➢ ETL Process ➢ Informatica PowerCenter Admin Console ➢ Informatica PowerCenter Repository Manager ➢ Informatica PowerCenter Designer ➢ Informatica PowerCenter Workflow Manger ➢ Informatica PowerCenter Workflow Monitor
  • 4. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Informatica PowerCenter Overview  Market’s leading platform for data integration and most widely used ETL tool.  Operations like Data migration, Application Integration and Data Transformation can be performed through Informatica PowerCenter PowerCenter Applications Administration Development D W M Perform domain and repository service tasks: • Create/Configure Nodes and repository • Upgrade/Delete • Start/Stop • Backup/Restore R Manage Repositories • Connections • Objects • Folders • Users and Groups Repository Manager Administration Console Designer Create ETL Mapping Workflow Manager Create and start workflow Workflow Monitor Monitor and Control workflows Administration Console
  • 5. Why Do We Need Data Integration?
  • 6. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Why do we need Data integration?  Every company these days have to process large sets of data from varied sources. This data needs to be processed to give insightful information for making business decisions.  This data maybe stored using various applications as per the ease of the user. Manufacturing (DB2) Sales (SalesForce) Billing (Sybase) Resource Planning (PSFT) Inventory (SQL Server) Marketing (ORCL) Accounting (SAP) Manufacturing (DB2) Sales (SalesForce) Billing (Sybase) Resource Planning (PSFT) Inventory (SQL Server) Marketing (ORCL) Accounting (SAP) Data Integration
  • 8. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING ETL Process  Extract, Transform and Load (ETL) is the process of extracting the data from various sources, transforming this data to meet your requirement and then loading into a target data warehouse.  The ETL processes ensures that the data stored in the warehouse is: ➢ Relevant and useful to the business users. ➢ Accurate and high quality. ➢ Easy to access so that the warehouse is used efficiently and effectively by the business users.
  • 10. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Informatica PowerCenter Administrator Console  It is used to administer the Informatica domain and Informatica security.  The Administrator console is mainly used to perform tasks on the domain like Managing application services, Configuring nodes, Managing domain objects, Viewing and editing domain object properties, Security administrative tasks and Viewing log events.
  • 11. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Informatica PowerCenter Administrator Console The Administrator tool has the following tabs:  Domain: View and edit the properties of the domain and objects within the domain.  Logs: View log events for the domain and services within the domain.  Monitoring: View the status of Profile jobs, Preview jobs, Mapping jobs, SQL data services, and Web services for each Data Integration Service.  Reports: Run a Web services report or License management report.  Security: Manage users, groups, roles, and privileges.
  • 12. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Demo ➢ Use Case: As an organization, you are migrating your product details to a new database. While migrating, the data needs to be checked and invalid data needs to be tracked. Existing Product Data Expression Transformation Updated Product Database
  • 13. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Solution •Create a work folder to store all sources, transformation, targets, mappings and workflows in a single location. Repository Manager •Create the mapping by loading the source definition, adding data transformation, creating target definition and connection all these components. Designer •Create a workflow using various task components to execute the created mapping. Workflow Manager •Monitor the execution of the workflow and check the Source/Target statistics. Workflow Monitor Phase 1 Phase 2 Phase 3 Phase 4  To solve the problem, we break down the solution into 4 Phases:
  • 15. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING  The Repository Manager is used to navigate through multiple folders and repositories, and perform basic repository tasks like folder creation, folder access control, migrating objects from one folder or repository to another.  The main tasks of the repository manager are adding domain and repository connection information, Working with PowerCenter domain and repository connections and Implement repositories. Informatica PowerCenter Repository Manager Navigator Output Field Workspace Client Tools
  • 17. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING  The PowerCenter Designer is the client where we specify how to move the data between various sources and targets  The Designer is used to create source definitions, target definitions, and transformations which can be further utilized for developing mappings Informatica PowerCenter Designer Navigator Output Field Workspace Status Bar Overview Window Client Tools
  • 18. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING The Designer provides the following tool workspace: ➢ Source Analyzer: Used to Import or create source definitions for flat file, XML, COBOL, Application, and relational sources. ➢ Target Designer: Used for Import or create target definitions. ➢ Mapping Designer: Used for creating the mapping. ➢ Transformation Developer: You can create reusable transformations. ➢ Mapplet Designer: Used to create mapplets. Informatica PowerCenter Designer Tools Source Analyzer – Used to Import or Create source definition. Target Designer – Used to Import or Create target definition. Mapping Designer – Used to create mapping to extract, transform and load data. Transformation Designer – Used to create or modify reusable transforms. Mapplet Designer – Used to create or modify reusable transforms.
  • 20. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Informatica PowerCenter Workflow Manager  The PowerCenter Workflow Manager is used to create and start Workflows.  As mappings are not executable, we make use of sessions in workflow to execute the associated mapping. Navigator Output Field Workspace Client Tools
  • 22. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING  The Workflow Monitor is the PowerCenter tool which is used to monitor the execution of workflows and tasks.  Workflow Monitor can be used to: ➢ View details about a workflow or task run in Gantt chart view or task view ➢ Run, stop, abort, and resume workflows or tasks ➢ The Workflow Monitor displays workflows that have run at least once. Informatica PowerCenter Workflow Monitor Available Workflows Run time of each instance Status of each instance
  • 23. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Output  Below is the output of our operation where we have successfully set the INCONSISTENCY-FLAG as Y for those entries with PRODUCT-ID as null.
  • 24. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING  We have understood why we need Data Integration and how we can achieve data integration through ETL process.  We have seen the uses of Informatica Administration Console.  To solve every problems, the solution can be broken down to 4 phases.  In the first phase, by using the Informatica PowerCenter Repository Manager we can create a work folder to store all the sources, target definition, mapping , transformations and workflows created as objects.  In the second phase, by using the Informatica PowerCenter Designer we can load source definitions, target definitions, and transformations which can be further utilized for developing mappings.  In the third phase, by using the Informatica PowerCenter Workflow Manager, we can create and execute workflows.  Finally, by using Informatica PowerCenter Workflow Monitor, we have checked the progress of the workflow and verified the source-target statistics. Summary