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
I had searched in the issues and found no similar issues.
What happened
Failure strategy continue does not work for serial tasks. Although the doc doesn't say it could work for serial tasks, it should work for it instead of only for parallel tasks.
In many scenarios, we need a clean-up task at the end of a workflow. Without failure strategy working as expected, we could never achieve this.
This bug exists in both 3.0.0-release and dev.
What you expected to happen
Failure strategy continue is supposed to work for all kinds of workflows.
Search before asking
What happened
continuedoes not work for serial tasks. Although the doc doesn't say it could work for serial tasks, it should work for it instead of only for parallel tasks.clean-uptask at the end of a workflow. Without failure strategy working as expected, we could never achieve this.3.0.0-releaseanddev.What you expected to happen
continueis supposed to work for all kinds of workflows.How to reproduce
Anything else
Version
dev
Are you willing to submit PR?
Code of Conduct