Hi again all, Best Practices question; what are pr...
# ask-community
m
Hi again all, Best Practices question; what are practical ways to FAIL a flow when a single task fails? also, good ways to send out notification when that failure happens?
k
Hey, the error will cause it to fail, and downstream tasks will fail by default. If you want them to proceed, you need to set the triggers on them. For the notification, check the Notifications and State Handler section. You can also use the
SlackTask
m
Thanks @Kevin Kho, Are there good sample where I can write my own Notification Task?
k
In the
Sending a simple notification
. Do you plan to use Slack?
m
No not slack, I’m planning to send notification to Microsoft Teams
k
Ah then yeah you have to see the simple notification section