alei1206 opened a new issue, #15532: URL: https://github.com/apache/dolphinscheduler/issues/15532
### 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 In special cases, the conditions task cannot be triggered to execute. As shown in the following figure, when s7 finish before s1, task c2 cannot be triggered, resulting in task s5 or s6 cannot be triggered. The condition for task c2 is or.  Condition task c1 is defined as shown in the following figure:  Condition task c2 is defined as shown in the following figure:  ### What you expected to happen Condition type task c2 is defined as OR, then it should be executed as long as one of the preceding tasks is completed. ### How to reproduce Build a workflow. As long as task s7 finishes before task s1, and the c2 task condition is or, the problem can be repeated ### Anything else _No response_ ### Version 3.2.x ### 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]
