Reputation: 105
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.
Upvotes: 0
Views: 2922
Reputation: 1011
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...
Upvotes: 1