Hi, suppose I have a flow like: `start -> forea...
# ask-metaflow
w
Hi, suppose I have a flow like:
start -> foreach(A -> B -> C) -> join -> end
, where A/B/C are steps, and step C fails in one of the branches. If I choose "redrive from failure" in SFN, will it resume the failed branch from C or A?
1
a
the current implementation is not redrive aware - but it should be easy to test what the behavior is like. are you able to execute a quick test?
w
I have an existing flow and it seems to be starting from A instead of C, but yea I can create a smaller flow to check properly
a
awesome! let me know how it goes!