EricGao888 opened a new issue, #11781: URL: https://github.com/apache/dolphinscheduler/issues/11781
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) 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`.  ![Uploading image.png…]() ### What you expected to happen * Failure strategy `continue` is supposed to work for all kinds of workflows. * We need to fix the bug and change the docs. ### How to reproduce * Already described above. ### Anything else * This bug is severe. Although I'm working on a fix, anyone who could quickly fix it are very welcome to submit a PR to this issue, much appreciated! ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
