This repository was archived by the owner on Dec 13, 2023. It is now read-only.
in FORK if one task failed, other task should continue in execution #2346
Unanswered
bhawani021
asked this question in
Q&A
Replies: 1 comment
-
|
Following up on this comment
In this case, if you mark your sub workflow tasks as optional (set "optional": true) then the subwf1 and subwf2 would continue to execute eve if subwf3 failed. Please note that, subwf3 task in the parent workflow would be marked as COMPLETED_WITH_ERRORS status. |
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.
-
In current senario, in FORK task if one task failed all other tasks will stop execution and will show as failed.
Which should not be a case.
Please follow ticket for more detail: #2337
Beta Was this translation helpful? Give feedback.
All reactions