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 pipeli...