ChinaYiGuan opened a new issue, #13601: URL: https://github.com/apache/dolphinscheduler/issues/13601
### 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 When the main process includes sub-processes: Sub-process processing is completed, and the main process cannot be synchronized #The main process cannot perceive the success or failure of sub-process execution. The main process node can never be stopped. eg:    ### What you expected to happen When the sub-process status is updated, the main process cannot perceive/change ### How to reproduce Multiple process tasks containing subprocesses are scheduled concurrently. Occasionally! ### Anything else Currently, there are 20000+processes and 50000+ task instances every day, and every 2-3 days, there will be tasks that cannot be stopped (the status cannot be synchronized after the factor process is completed) ### Version dev ### 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]
