cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Variable/Parameter Value

Mari
New Contributor

I have a parent pipeline followed by 5 different child pipeline. One of the child pipeline dynamically generates a variable value. How can i pass the value generated in that child pipeline during runtime to another child pipeline. Kindly advise.

5 REPLIES 5

aleung
Contributor III

Are the 2 child pipeline connected sequentially from the parent? If so the last snap output view variable value of the 1st child is being pass to next child as if it is connected to the beginning of your 2nd child 1st snap.

Hope that make sense

Mari
New Contributor

Thanks for the response. Can you please explain little more on how we can pass the value that gets generated dynamically from one pipeline to another using output view variable that you have mentioned above.

There are cases where the child are sequentially connected with parent and in some cases it is not.

aleung
Contributor III

Can you share your pipeline? That way it is easier to provide feedback

jayakrishnan_va
New Contributor

You can call the child pipeline using โ€œPipeline executeโ€ snap and mention the dynamically generated variable name in pipeline parameters.
In the child pipeline, use the same variable name in โ€œPipeline Propertiesโ€ , checkmark โ€œCaptureโ€ and set a default value.

During runtime the value in Parent pipeline will be passed to child pipeline.