Creating the child Job list - 7.3

Orchestration (Integration)

Version
7.3
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 > Orchestration components (Integration)
Data Quality and Preparation > Third-party systems > Orchestration components (Integration)
Design and Development > Third-party systems > Orchestration components (Integration)
Last publication date
2024-02-21

About this task

The parent Job calls Child Jobs based on the child Job list. Each row in the child Job list contains a child Job name. Through the child Job list, you can impose more control over the Job execution, for example, having only part of the child Jobs executed. This can be achieved by adding a Boolean field (Execute in this scenario) in each row of the list.

Note: This scenario stores the child Job list in a text file. It can also be stored in other forms, for example, in an excel file, a database table, and so on.

To create the child Job list:

Procedure

  1. Open a text editor (for example, MS notepad).
  2. Type the following in the text editor.
    Job_Name,Execute
    ChildJob1,true
    ChildJob2,false
    ChildJob3,true
    ChildJob4,false
    ChildJob5,true
  3. Save the file as File_For_Execute.txt.
  4. Close the text editor.