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
Kevin Kho
08/02/2021, 9:55 PM
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
Mehdi Nazari
08/02/2021, 9:57 PM
Thanks @Kevin Kho, Are there good sample where I can write my own Notification Task?
k
Kevin Kho
08/02/2021, 9:58 PM
In the
Sending a simple notification
. Do you plan to use Slack?
m
Mehdi Nazari
08/02/2021, 10:00 PM
No not slack, I’m planning to send notification to Microsoft Teams
k
Kevin Kho
08/02/2021, 10:02 PM
Ah then yeah you have to see the simple notification section