Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,I have tried the failfast feature of the DAG logic with the following manifest.
ref. https://github.com/argoproj/argo-workflows/blob/master/examples/dag-disable-failFast.yaml
sample code
The expected behavior when failFast is true is that Steps after B do not execute because C failed.
However, in fact, all steps were executed and succeeded.

Is this the intended behavior?
Beta Was this translation helpful? Give feedback.
All reactions