Is it possible to have a flow fail midway but cont...
# ask-community
m
Is it possible to have a flow fail midway but continue execution? Specifically, try and except a failed task have that propagate up to the flows state, but then continue flow execution?
1
Current behaviour is that the task fails, gets caught and then flow continues execution but gets marked as successful
This is bad for us because our slack notification for failing flow does not notify us of the task failure
Just realizing I can just store a list of caught errors and raise them at the end of the flow