Search code examples
data-migrationtalend

How to run multiple jobs from a single job in TALEND


I have multiple jobs of TALEND. Now i want to create a single job from which i can trigger all other jobs and also need to put some check that if one job fails then other jobs should not run. Is it possible in TALEND. Someone please guide me on this.


Solution

  • you can create another wrapper job and in this job drag and drop all other jobs you want to run..tRunJob component will be used..and you can set dependencies between these jobs...