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

Move data from one child to another child pipeline

abhinavjha
New Contributor II

Hi,

Is there any way to send data file from one intermediate child pipeline to another?

Thanks

10 REPLIES 10

darshthakkar
Valued Contributor

Hi @abhinavjha, did you try using Pipeline execute snap in your child pipeline too in order to route the data to another pipeline?

But that another pipeline is already getting data from pipeline execute of master pipeline.

I believe you can still use either of Pipeline execute, Task Execute or ForEach in this use case.
Are you generating any files in your first child pipeline that can not be passed into a pipeline execute that you must deploy in the child pipeline?

koryknick
Employee
Employee

@darshthakkar - The Task Execute and For Each snaps are deprecated and we are recommending use of the Pipeline Execute.

@abhinavjha - You could pass the filename as a pipeline parameter through the Pipeline Execute and the child can read the file contents. If that doesnโ€™t work for you, perhaps we need a bit more clarity on what you are trying to accomplish.