Does Flyte have a solution to run certain tasks on...
# flyte-support
k
Does Flyte have a solution to run certain tasks only when the workflow failed? I’d like to add some cleanups and slack reports in case a workflow is cancelled or failed
g
I think you’re looking for failure node support. it’s WIP. You can also update launch plan to send slack notification. https://docs.flyte.org/en/latest/deployment/configuration/notifications.html
👍 1