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: 
Alpha549
Creator II
Creator II

Transfer information from one job to another

Hello everybody,

 

Let's imagine that I have several jobs in a hierarchy. I have a main job which calls child jobs.

I would like to get different behaviors in child jobs, so I have to transfer information from the main job to child jobs.

 

I thought about transferring context from father job to child jobs using tRunJob.

However, I would like to be able to modify the context during the execution of the main job (to transfer correct information to child jobs).

Is is possible to modify the context ? Maybe in a tJavaRow ? I don't know.

Labels (2)
1 Reply
Anonymous
Not applicable

Hi,

 

If you want to modify the context, you can do it but it will be your responsibility to give a triggering or to create an event driving mechanism using a Joblet or some other method. For example, if you want to change the context from A to B, then you will have to pass the value B to the child job. 

 

So indirectly, you are passing the context through one variable which in turn is calling your context load joblet.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂