Dannila opened a new issue, #10049: URL: https://github.com/apache/dolphinscheduler/issues/10049
### 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 Condition is a condition node that decides which downstream task should run based on the condition of the upstream task. When the upstream task runs successfully, run the success branch. When the upstream task fails to run, run the failure branch. But now no matter whether the upstream task runs successfully or fails, only the tasks of the successful branch will be run. ### What you expected to happen The Condition task should decide which downstream task should run based on the conditions of the upstream task. ### How to reproduce Create a Condition task, determine the successful or failed branch task and run it。  When the upstream task runs successfully, Conditions select the successful branch task and run it.  But when the upstream task fails to run, Conditions still select the successful branch task and run it.  ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] 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]
