wangbowen1024 opened a new issue, #10732: URL: https://github.com/apache/dolphinscheduler/issues/10732
### 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 DS has some problem when when complement data. 1. this is my shell task only `echo "hello"`  2. There are several cases when complement data with Different Process execute type(执行策略): * parallel(并行)(result:OK)  * Serial priority(串行优先)(result:Cannot stop or succeed)  * Serial discard (串行抛弃)(result:STOP)  * Serial wait(串行等待)(result:Keep building tasks without stopping)  ### What you expected to happen just excute right ### How to reproduce just complement data all the time ### Anything else Version is 3.0.0-beta-2 ### Version 3.0.0-beta-1 ### 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]
