Drop and link components - 7.3
System
- 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 Open Studio for Big Data
- Talend Open Studio for Data Integration
- Talend Open Studio for ESB
- 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
Procedure
-
Create a first Job named parentJob:
right-click on the Job Design node of the
Repository, and choose Create a Job.
-
From the Palette, drop a tSetEnv component, two tMsgBox components, and one tRunJob component onto the design workspace.
-
Connect the tSetEnv component to a first
tMsgBox component with a OnSubjobOk link : right-click on the start component,
select Trigger, then OnSubjobOk. Then click on the end component you want to
connect.
-
Connect the first tMsgBox component to the
tRunJob with a OnSubjobOk link.
-
Then connect the tRunJob component to the
second tMsgbox with a OnSubjobOk link.
-
Now create a child Job named ChildJob.
-
From the Palette, drop a tSetEnv component onto the design workspace.
-
Connect the tSetEnv component to the
tMsgBox with a OnSubjobOk link: right-click on the start component, select
Trigger, then OnSubjobOk. Then click on the end component you want to
connect.