Forum Discussion
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
- torstenHelper II
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- Alerod31Frequent Visitor
It worked! Thank you!
- mibruhjeMicrosoft Employee
A few updates have been shipped that should help to make this more straightforward to set up.
Email notifications for failed scheduled jobs: You can now receive email alerts when any schedulable item fails. This works across pipelines, notebooks, etc. i.e. any Fabric item with schedules.- https://learn.microsoft.com/fabric/data-factory/pipeline-runs#configure-failure-notifications
- https://learn.microsoft.com/fabric/fundamentals/job-scheduler#receive-notifications-for-failed-sched...
Centralized management of these notifications (Preview): There's now a dedicated view in Monitoring Hub where you can manage and configure failure notifications across all your scheduled items in one place. Instead of needing to open each item individually.
- https://learn.microsoft.com/fabric/admin/monitoring-hub#schedule-failures-previewWe'd love to hear feedback in this space. Does this address the core need? What gaps remain? This will help prioritize what comes next.