Forum Discussion
koryknick
4 years agoEmployee
@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.
- abhinavjha4 years agoNew Contributor II
I need to accumulate error from all child pipelines to one single file. For one pipeline I can do this by using error view and creating a file. But what about errors from other child pipelines.
Also for clarity I have a master pipeline which is taking one input file and multiple child pipelines are working by that sequentially.