Running a list of child Jobs dynamically - Cloud - 8.0

System

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > System components
Data Quality and Preparation > Third-party systems > System components
Design and Development > Third-party systems > System components
Last publication date
2024-02-20

This scenario describes a Job that calls specific child Jobs dynamically in a given order based on a child Job list.

For more technologies supported by Talend, see Talend components.

The child Job list can be stored in a text file, an excel file, a database table, and so on. This scenario makes sure each of the child Jobs is processed using a tFlowToIterate component, which reads each row of the list and passes the child Job names to a tRunJob component.