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
WaitFor should only auto-exit on Failure status on a nested task but not with other status for a nested task. So a Warning in a nested task should keep on with the loop and evaluating the "waitfor" condition
Environment
Kestra Version: 0.19.11
Kubernetes deployment
The text was updated successfully, but these errors were encountered:
Describe the issue
WaitFor
loop exits when a nested task in the loop exits with a Warning status, no matter the "waitfor" condition:You can test it with:
Expected behavior
WaitFor
should only auto-exit on Failure status on a nested task but not with other status for a nested task. So a Warning in a nested task should keep on with the loop and evaluating the "waitfor" conditionEnvironment
The text was updated successfully, but these errors were encountered: