Setting up the child Jobs - Cloud - 8.0

Orchestration (Integration)

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 > 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-29

Procedure

  1. Create a new Job named ChildJob1, and add a tFixedFlowInput component and a tLogRow component to it.
  2. Connect the tFixedFlowInput component to the tLogRow component using a Row > Main connection.
  3. Double-click the tFixedFlowInput component to open its Basic settings view.
  4. Click the [...] button next to Edit schema and in the pop-up dialog box, define the schema of the input data by adding one column Message of String type. When done, click OK to close the dialog box and click Yes when prompted to propagate the schema to the next component.
  5. In the Mode area, select Use Single Table and enter the message you want to show on the console in the Value column of the Values table, "This is from ChildJob1..." in this example.
  6. Double-click the tLogRow component and on its Basic settings view, select the Table mode to display the execution result in table cells.
  7. Create five copies of this Job and name them ChildJob2, ChildJob3, ChildJob4, and ChildJob5. Enter the following messages in the Value columns of their tFixedFlowInput components: "This is from ChildJob2...", "This is from ChildJob3...", "This is from ChildJob4...", and "This is from ChildJob5...".