Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there a way for a plan calls another plan?
The following is what I wanted to do:
Plan 1
Step 1 - run job1
Step 2 - run job 2
Step 3 - run job 3 and call Plan 2
Step 4 - run job 4 while Plan 2 Steps are running simultaneously
Step 5 - run job 5 while Plan 2 Steps are running simultaneously
Basically, the schedule forks into two schedule. This will shortens the time a schedule executes as Plan 2 is not dependent to the rest of the steps after Step 2.
Thanks for your help.
This article seems to document what you want:
https://help.talend.com/reader/mhqCkTBnin7IXmJBUJoocQ/nVqWzDzlegoLs3~XRUAH7w
So I would basically create multiple jobs to create a schedule instead of using the schedule?