hi all! Any way to configure the slack notifier to...
# prefect-community
a
hi all! Any way to configure the slack notifier to give a notification only when the FLOW fails? The tasks in the flow have retry attempts, so would like only a notification when the whole flow fails (if all retry attempts have been exhausted for example or something else failed)
1
a
yup, for sure - try this: https://gist.github.com/anna-geller/2014180ee5eaec9ea54f4d3f5b98ca93 SlackTask is much easier and more configurable than slack_notifier
a
ah very nice! thanks Anna! so should I decorate the last task or is there a way to decorate/notify based on the flow result?