05-15-2022 11:38 PM
Hi,
Is there any way to send data file from one intermediate child pipeline to another?
Thanks
05-16-2022 12:08 PM
Hi @abhinavjha, did you try using Pipeline execute
snap in your child pipeline too in order to route the data to another pipeline?
05-17-2022 01:50 AM
But that another pipeline is already getting data from pipeline execute of master pipeline.
05-17-2022 07:23 AM
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?
05-17-2022 07:29 AM
@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.