Provide failFast
flag, allow DAG to run all branches (either success or failure)
#1442
Labels
failFast
flag, allow DAG to run all branches (either success or failure)
#1442
I have a workflow yaml like this.
dag test case
The dependencies are as follows :
When C node is failed, the workflow will stop at B and won't process on. The output like this:
But If I remove B template
retryStrategy label
the yaml like thisnew test case
The
D E
step will go on whenC
is failed. The output like thisThis seems relate to
retryStrategy
on parent node onB node
.Could help me to solve this problem? Thank you @sarabala1979 @jessesuen
The text was updated successfully, but these errors were encountered: