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
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
bhawani021
changed the title
[QUESTION]: In Fork if one task if failing all will fail automatically. How we can avoid it.
[QUESTION]: In Fork if one task is failing all will fail automatically. How we can avoid it.
Jul 3, 2021
Hey @bhawani021, This is not supported today. One option is to mark all the forked tasks as optional. But, in your example above, H & I will also be executed, after G fails, if marked optional.
Another option is to put each branch in a sub workflow, and handle the failures within subworkflow, without affecting other subworkflows.
If you think Fork should handle this in a better way, please open a discussion with your ideas. Also, please ask your questions in the discussion forum. Thanks!
A. D. G
B. E. H
C. F. I
Let's say task Task A, D, G are in execution and task G failed but it will show A and D also as failed.
If G failed then A, B, C should continue in execution
and D E F should also continue in execution.
The text was updated successfully, but these errors were encountered: