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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Is that context parameters should be same in master and child job

Hi,

 

I have created master job in which I have child jobs connected with Run if(true) condition. 

Do I need to maintain all the connections and variables to be same in master and child jobs?

 

Thanks,

Meghana.

Labels (2)
21 Replies
Anonymous
Not applicable
Author

Hi @Suneel,

 

If you have same context variable in both master and child, then you can activate '"Transmit whole context" in tRunJob component property, then job will run based on the master job context group.

There is one more way to achieve this while building the job as follows,

 

NB: After building the master job (all the reference children jobs also will be attached automatically), you can run using windows task scheduler or crone scheduler (UNIX).

 

0683p000009M1cJ.jpg

 

 

0683p000009M1cO.jpg

 

Please mark the topic as resolved if my answer helped you and Kudos are also welcome.
Regards,
Vibin CT.

caot
Contributor
Contributor

It appears that making this function work is still impossible without patching Talend's footer.javajet and tRunJob_main.javajet.