cancel
Showing results for 
Search instead for 
Did you mean: 

Specifying Error Pipeline Parameters

cnavalta
New Contributor

I want to pass a parameter from the calling pipeline to the error pipeline. I read the documentation and I think I can use “value_from_parent”, but I just need more details.
My main pipeline has an incoming parameter importBatchID. The error pipeline has this same parameter. How can I specify to pass this parameter in the error pipeline parameters section (in the properties of the main pipeline, which will call the error pipeline)?

2 REPLIES 2

Anil
New Contributor III

Hi @cnavalta

In the below example I am passing the Name value to the Error Pipeline in case of error.

The main parent pipeline parameters looks like following :
slight_smile:image

The error pipeline parameters looks like below:
image

Thanks…

cnavalta
New Contributor

Thank you. I was certainly trying to make it complicated than it is.