You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets say I have multiple steps (A_1, A_2, ... A_n) that funnel into Step B.
I want Step B to depend on all the A_* steps, however I dont need to require that they were successful ("FINISHED").
In other words, I only want Step B to kick off if ALL Step As have a status that is either "FINISHED", "TIMEDOUT", "FAILED" -- not if any of Step As have a "RUNNING" status.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Lets say I have multiple steps (A_1, A_2, ... A_n) that funnel into Step B.
I want Step B to depend on all the A_* steps, however I dont need to require that they were successful ("FINISHED").
In other words, I only want Step B to kick off if ALL Step As have a status that is either "FINISHED", "TIMEDOUT", "FAILED" -- not if any of Step As have a "RUNNING" status.
Is there a way to implement this?
Beta Was this translation helpful? Give feedback.
All reactions