Setting up the parent Job - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
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
Design and Development
Last publication date
2024-02-29

Procedure

  1. Create a Job named parentJob and add two tRunJob components.
  2. Connect the second tRunJob component to a first tRunJob component with a OnSubjobOk link.
  3. Double-click on both tRunJob component to open its Basic settings view.
  4. Fill the Job field of tRunJob1 and tRunJob2 respectively with childJob1 and childJob2 to call the two child Jobs created.
    Screenshot of the complete Job in the design workspace.
    This approach of defining a variable in routine and sharing it across different Jobs does not work with the Use an independent process to run subjob feature on the tRunJobcomponent.