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
If a task fails and does not update the context variable used for the condition check, then the while zone will repeat the failed calculation until the max iteration is reached.
How do we handle this situation?
In the case of if task, if a child task failed, should the if task fail too?
The text was updated successfully, but these errors were encountered:
superstar54
changed the title
While task shoud be set to failed if any task inside the zone failed
How to handle While task if any task inside the zone failed?
Sep 13, 2024
superstar54
changed the title
How to handle While task if any task inside the zone failed?
How to handle the Zone (while/if) task if any task inside the zone failed?
Sep 19, 2024
If a task fails and does not update the context variable used for the condition check, then the while zone will repeat the failed calculation until the max iteration is reached.
How do we handle this situation?
In the case of
if
task, if a child task failed, should the if task fail too?The text was updated successfully, but these errors were encountered: