Forum Discussion

Alerod31's avatar
Alerod31
Frequent Visitor
1 year ago
Solved

Error in error notification in pipeline

Hi everyone!

 

I have a pipeline with this structure: 

The idea is that one of the activities fails, a notification email will be sent, but when an activity fails the pipeline stops and does not reach the email activity, how can I solve it?

  • Hi,
    You need to add the email activity behind every other activity in your pipeline instead of having only one activity at the end as this will only be reached in case all activities fail.
    BR
    Torsten

3 Replies