Closed
Description
Describe the feature:
When using multiple chained pipelines with a global failure handler in the parent pipeline (that is exceptions are propagated up) it would be useful to provide access to the failure originating pipeline's name in the on_failure processor.
This can be used in error messages to point to the pipeline where the failure actually occured, as processor names are ambiguous (unless unique per-processor tags are used).