wind-marker opened a new issue, #17007: URL: https://github.com/apache/dolphinscheduler/issues/17007
### 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 dolphinscheduler version : 3.1.0 When a sub-process task is at the first node of the main process, the program does not check whether the sub-process is online. It will directly run the sub-process even if the sub-process task has not been deployed. ### What you expected to happen <img width="884" alt="Image" src="https://github.com/user-attachments/assets/f25eacb6-8cdc-470f-a76b-291fba00aac5" /> I think this query method will skip the sub-process task when a sub-process task is placed at the first node of the main process. ### How to reproduce Place the unlaunched sub-process tasks at the beginning of the main process and run the main process. ### 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]
