Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
RA6
Creator
Creator

Retrieve value from other jobs

Hello,

 

I have define a context variable of type string with no value.

I have 3 jobs - A , B , C

On execution job A calls job B and job B calls job C

 

In job C, i am assigning value to the context variable which i want to use in Job A.

 

I have tried the below example but unable to retrieve that value.

 

0683p000009M7Wx.png

 

 

 

0683p000009M7Bi.png

 

Can you advice please?

 

Thank you.

 

Best regards,

asadasing

Labels (2)
1 Solution

Accepted Solutions
TRF
Creator III
Creator III

You have to use tBufferOutput each time you want a child job to pass something to its parent job.

View solution in original post

3 Replies
TRF
Creator III
Creator III

Use tBufferOutput to transfer information from a child job to its parent

RA6
Creator
Creator
Author

Hello TRF,

 

Thank you for your response.

 

I have tried to use the tbufferoutput and i am able to retrieve the value in Job B.

But what if i want is to retrieve the same value in Job A and not B.

 

Do i have to do the same thing in job B in order to get it in job A that is using the tbufferoutput there?

Job C

0683p000009M7XR.png

 

Job B

0683p000009M7XW.png

 

Thank you.

 

Best regards,

asadasing

TRF
Creator III
Creator III

You have to use tBufferOutput each time you want a child job to pass something to its parent job.