:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
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
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