SeeMeJuiner opened a new issue, #15118: URL: https://github.com/apache/dolphinscheduler/issues/15118
### 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 I have defined two process: Process A Info { type: shell , script: echo something, status: online } Process B Info { type: shell, script: echo something others, status: offline} then, I defined a sub process task in a new process C, the sub process relation as below : A -> B and then, I set the process C to online, start the process C. it will cause a dead circle and there is no idea to kill the process execution unless stop master & delete the table in DB 😢 . ### What you expected to happen maybe is about sub process execution strategy problem. ### How to reproduce Defined 3 process as follow: Process A Info { type: shell , script: echo something, status: online } Process B Info { type: shell, script: echo something others, status: offline} then, I defined a sub process task in a new process C, the sub process relation as below : A -> B ### Anything else task execute better to check if there is dead circle before run. ### 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]
