LiuShuangBJ opened a new pull request, #15031: URL: https://github.com/apache/dolphinscheduler/pull/15031
<!--Thanks very much for contributing to Apache DolphinScheduler, we are happy that you want to help us improve DolphinScheduler! --> ## Purpose of the pull request i try to fix #15029 When Output parameter is not Direct connection to the SubProcess, the parameter will be lost. ## Brief change log <!--*(for example:)* - *change the subProcess joinVarPool logic in ProcessServiceImpl.java* - *change the subProcess finished then setVarPool in SubWorkflowAsyncTaskExecuteFunction.java* - *judge the taskType and set the varPool of taskExecutionContext,beacuse the varpool of subProcess is in sub workflow, not in task ,so change MasterTaskExecuteRunnable.java" - *改变subProcess设置varPool的逻辑 在ProcessServiceImpl.java* - *改变subProcess任务结束后varPool的设置逻辑,从worker flow中获取最新的varPool并更新 SubWorkflowAsyncTaskExecuteFunction.java 和 MasterTaskExecuteRunnable.java* --> ## Verify this pull request <!--*(Please pick either of the following options)*--> This pull request is code cleanup without any test coverage. *(or)* This pull request is already covered by existing tests, such as *(please describe tests)*. (or) This change added tests and can be verified as follows: <!--*(example:)* - *Added dolphinscheduler-dao tests for end-to-end.* - *Added CronUtilsTest to verify the change.* - *Manually verified the change by testing locally.* --> (or) If your pull request contain incompatible change, you should also add it to `docs/docs/en/guide/upgrede/incompatible.md` -- 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]
