Forum Discussion
Notifications on pipeline error
- 2 years ago
Hey, unfortunately as stated by Anonymous there is no functionality to set up email notification at hub level.
But plz follow the below blog :
to have a single email notifcation activity to get error details of all activities clubbed together rather than 1 per activity
Hey, unfortunately as stated by Anonymous there is no functionality to set up email notification at hub level.
But plz follow the below blog :
to have a single email notifcation activity to get error details of all activities clubbed together rather than 1 per activity
I'm sure we'll get a pipeline-level solution for this eventually.
But in the meantime, here's a simple method using the new Invoke Pipeline activity.
- Create your pipeline without any notification activities.
- Create a second empty pipeline, and add Invoke Pipeline to call your first pipeline.
- Add an Outlook activity to the "On fail" node of the Invoke Pipeline activity.
This will trigger the email if any part of your inner pipeline fails.