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: 
Anonymous
Not applicable

How to create dependency between two execution plans

Hi,

 

Can someone guide me how to set dependency between two execution plans in TAC?

 

Thanks in advance

Crteja

Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hello,

Could you please give us some background? We need more information to understand your requirement. 

Best regards

Sabrina

ThWabi
Creator II
Creator II

Hi Crteja,

 

there is no built-in functionality in TAC for this.

I implemented it using handshake files: The last job of the first execution plan creates a certain file, and the first job in second execution plan waits for that file (tWaitForFile). (Both execution plans are triggered by a cron schedule.)

 

Best regards,

 

Thomas