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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pass context variable or value from child job to parent job

Hi,

I have a child job and it parent job and both are using same context group.

The context variable is set to null initially.

In the child job i am setting the value for the context variable and trying to fetch the same variable in parent job, but getting null. In the parent job i have checked "Transmit whole context".

I know one way where i put the value in globalmap in child and pass it using tbufferoutput in the parent.

But is there any way i can get the value directly from context in my parent job without using tBufferOutput?

Labels (1)
3 Replies
Anonymous
Not applicable
Author

Hello,

Could you please let us know if this article helps?

https://community.talend.com/t5/Design-and-Development/Returning-a-value-from-a-child-Job-to-the-par...

Best regards

Sabrina

yome1
Creator
Creator

Hello,

Take a look at this

https://community.talend.com/t5/Design-and-Development/Shared-variable-between-2-jobs/td-p/99769

 

There is also a tStaticMap component in exhange.

 

Guillaume

Anonymous
Not applicable
Author

Hi,

 

    My suggestion will be to follow the tBufferOutput method as it is quite seamless. Are you facing any issues while using this method?

 

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 🙂