mmussitsch
4 years agoNew Contributor II
Can we pass the "pipe" object as a parameter to a child pipeline?
I’m using this for an error handler.
The executing pipeline hits an error that sends it to the error pipeline.
The error pipeline writes the details to a db table or flatfile. I was hoping I wouldn’t have to send all the pipe details as parameters individually from all pipelines that use this and could reference just the object.
I could see an option to write the details to a file that gets read in, but that also seems clunky.
I apologize if this is basic and has been discussed but my search didn’t pull anything back.
Melissa