Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
rgranado
Contributor III
Contributor III

Talend Cloud Plan: Plan 1 executes Plan 2

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.

Labels (3)
3 Replies
nfz11
Creator III
Creator III

rgranado
Contributor III
Contributor III
Author

So I would basically create multiple jobs to create a schedule instead of using the schedule?

rgranado
Contributor III
Contributor III
Author

Any other solution to this without create jobs?