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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rp2018
Creator
Creator

How to pass context variable data from 1 tRunjob to another tRunjob?

I have 3 tRunjob components running within 1 job.  I need to pass the context variable from StartJob_test to ExecuteStageJobs.  

Labels (2)
2 Replies
fdenis
Master
Master

you can pass context from parent to children.
set context to your job,
set context into trunJob Component.
TRF
Champion II
Champion II

StartJob_test is a child job, so you should have a look at the following link to learn how to pass values between main and child jobs in both directions https://www.talendbyexample.com/talend-returning-values-from-subjobs.html