LiuShuangBJ opened a new issue, #15029: URL: https://github.com/apache/dolphinscheduler/issues/15029
### 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 Subprocess lost Output parameter which is not Direct connectioned to subProcess 输出参数如果不是直接连接subProcess,subProcess将丢失上游传递下来的参数 ### What you expected to happen Subprocess can recive Output parameter sucessed. subProcess类型任务能正确接收上游传递下来的参数 ### How to reproduce 1.SubProcess print parameter transmited by Upstream node 2.ParentWorkFlow define Output parameter at first node ,then print in shell which is second,three node is SubProcess which print parameter which defined in first node. 3 EXCUTE ParentWorkFlow,the Output parameter lost at three node 中文翻译: 1 子任务中打印父工作流中定义的参数 output 2 父工作流在第一个节点定义输出参数,在第二个节点打印输出参数,第三个节点是子任务(SubProcess 也打印第一个节点定义的参数) 3 执行父工作流,第二个节点能正常打印参数,第三个节点 参数丢失 <img width="649" alt="image" src="https://github.com/apache/dolphinscheduler/assets/142294782/8ffc847e-55d5-417c-82cb-3a7727bca349"> <img width="1905" alt="image" src="https://github.com/apache/dolphinscheduler/assets/142294782/107055e7-a725-446f-ae29-9ff8591077b7"> ### Anything else _No response_ ### 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]
