How can we call a child job in master job? How can we trigger particular steps before and after a job?
Answer / Manu Singh
To call a child job from a master job in Talend, you need to add the child job as a subjob within the master job. You can do this by right-clicking on the 'tFileInput' component in your master job, selecting 'Add Subjob,' and then choosing the desired child job. To trigger specific steps before or after a job, use Pre- and Post-conditions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we execute a Talend Job remotely?
Can we modify the code of talend job in code view?
Can you explain how can you use matches in talend?
What types of joins are supported by tmap component?
How to use talend job conductor?
How to resume job execution from same location if job get failed in talend
List some of the components used to connect MQ websphere?
What is use of tContexLoad component?
Can you explain about trowgenerator component?
What are the operations which tmap follow?
What is the tmap component?
Highlight a few differences between ‘oncomponentok’ and ‘onsubjobok’.