hieunm89 opened a new issue, #15058: URL: https://github.com/apache/dolphinscheduler/issues/15058
### 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 Running DolphinScheduler 3.2.0 in Cluster Deployment. Currently when put a SubProcess in the workflow with a downstream node, after finishing the SubProcess node, downstream nodes are not executed  The ResultNode instance is not created / not showed in task instance list If the SubProcess is the last node of the stream, all nodes will run but the workflow instance status is still executing and won't be updated to Success   ### What you expected to happen All nodes in the workflow should be executed. After all nodes are executed, workflow instance status should be updated ### How to reproduce Create a workflow with 2 Shell node.  Create another workflow, add a SubProcess node in the workflow.  Bring both workflow online, run the parent workflow and check workflow instance status Add another shell node as downstream of the SubProcess workflow and run again  ### 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]
