Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle the Zone (while/if) task if any task inside the zone failed? #310

Open
superstar54 opened this issue Sep 13, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@superstar54
Copy link
Member

superstar54 commented Sep 13, 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?

@superstar54 superstar54 added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Sep 13, 2024
@superstar54 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 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
@superstar54 superstar54 added the bug Something isn't working label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant