Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
ecurren-lmi
Contributor
Contributor

Passing a schema field to a subjob context using tRunJob

Hello,

I have a piece of data that is part of the schema flow going into the tRunJob component (see screenshot). 0693p000008vVqLAAU.png

The tRunJob component is setup like this:

0693p000008vVsHAAU.png

Null is being passed into the sub job for the variable ImportId. How do I go about passing the value to the sub job?

Thanks very much.

Labels (3)
1 Solution

Accepted Solutions
JohnRMK
Creator II
Creator II

Hello,

 

What I advise you to do is to cut the flow and recover the values.

You can use a tFlowToIterate with a trigger

 

0693p000008vfLSAAY.png

View solution in original post

3 Replies
Anonymous
Not applicable

Hello,

Please feel free to let us know if this documentation helps: TalendHelpCenter:Passing a value from a parent Job to a child Job

 

Best regards

Sabrina

 

JohnRMK
Creator II
Creator II

Hello,

 

What I advise you to do is to cut the flow and recover the values.

You can use a tFlowToIterate with a trigger

 

0693p000008vfLSAAY.png

ecurren-lmi
Contributor
Contributor
Author

Thanks very much @JohnRMK - That was exactly my problem. I appreciate your help.