LiuShuangBJ opened a new issue, #14749: URL: https://github.com/apache/dolphinscheduler/issues/14749
### 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 switch task will skip task which need execute. As shown in the following figure, when switch result is s2,s1 have been executed,but the s3 task that should have been executed did not run regardless of the circumstances. (当switch结果为s2任务,s1任务会被正常执行,但是本应任何情况下都应执行的s3任务没有被触发执行) <img width="1554" alt="image" src="https://github.com/apache/dolphinscheduler/assets/142294782/d7195b9e-4bc6-4914-8ada-3f0adc9d8e87"> ### What you expected to happen s3 Task should be executed (s3任务应该被触发执行) ### How to reproduce Build the workflow shown above. when switch result is s2, s3 not been executed <img width="1554" alt="image" src="https://github.com/apache/dolphinscheduler/assets/142294782/03de31c8-65a0-40e5-8644-23738792aeda"> <img width="576" alt="image" src="https://github.com/apache/dolphinscheduler/assets/142294782/bd087207-613b-45fc-a2bc-63ef46aa8da4"> <img width="580" alt="image" src="https://github.com/apache/dolphinscheduler/assets/142294782/51f9fd53-d400-40a0-9148-6735c9b68a00"> ### Anything else _No response_ ### Version 3.1.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]
