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
Matthew Bell
03/17/2025, 7:19 PM
Current behaviour is that the task fails, gets caught and then flow continues execution but gets marked as successful
Matthew Bell
03/17/2025, 7:19 PM
This is bad for us because our slack notification for failing flow does not notify us of the task failure
Matthew Bell
03/17/2025, 7:24 PM
Just realizing I can just store a list of caught errors and raise them at the end of the flow