kchen-shanghai opened a new issue, #17048: URL: https://github.com/apache/dolphinscheduler/issues/17048
### 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 We are working on v3.2.1, and we have DAG like below: <img width="540" alt="Image" src="https://github.com/user-attachments/assets/046f14b4-cfda-4518-aee1-2fcd7c526fb5" /> The "switch_channel" node switch either to "echo_teriri" or "echo_teriteri" node. But "echo_teriteri" is also the post node of "echo_teriri" node. What matters is that node "echo_teriteri" cannot be triggered as node "switch_channel" is treated as its parent and the depend result is set to failure in WorkflowExecuteRunnable#dependTaskSuccess (which is not). We can have somthing as a workaround like: <img width="615" alt="Image" src="https://github.com/user-attachments/assets/2854fd0d-b41f-4d25-9bda-2a5b7ec3cec1" /> But may be it is better to have it fixed in codes? Thanks a lot for anyone who can help. ### What you expected to happen Node "echo_teriteri" should be triggered normally. ### How to reproduce 100 percent reproduced in DAG like below: <img width="540" alt="Image" src="https://github.com/user-attachments/assets/046f14b4-cfda-4518-aee1-2fcd7c526fb5" /> ### Anything else _No response_ ### Version 3.2.x ### 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]
