HomminLee opened a new issue, #13410: URL: https://github.com/apache/dolphinscheduler/issues/13410
### 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 I create a workflow like this: <img width="970" alt="image" src="https://user-images.githubusercontent.com/25881185/212649075-0b82348c-45cc-46e9-878c-724e951d6178.png"> "shell" task will fail. If run workflow with "Continue" Failure Strategy, "run_check" Condition task and "fail" task will run. That's what I expected. <img width="1723" alt="image" src="https://user-images.githubusercontent.com/25881185/212648669-ec90519d-3760-4912-bf8d-db7b09766f2e.png"> But if run workflow with "End" Failure Strategy, "run_check" Condition task won't run. <img width="1717" alt="image" src="https://user-images.githubusercontent.com/25881185/212648005-7f9ecf17-de40-4b93-a5a9-37b0601efbdb.png"> Is this the design? ### What you expected to happen Workflow run with "End" Failure Strategy, Condition task still run and check pre task state. Because workflow have predicted that the task will be wrong and processed. ### How to reproduce Create workflow like img, and run with different Failure Strategy. ### Anything else _No response_ ### 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]
