You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/03/29 06:47:15 UTC

[GitHub] [dolphinscheduler] wangxj3 commented on a change in pull request #8522: [Feature-#8318] [master-server] Sub process transfer parameters to father process

wangxj3 commented on a change in pull request #8522:
URL: https://github.com/apache/dolphinscheduler/pull/8522#discussion_r837109715



##########
File path: dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java
##########
@@ -471,6 +472,9 @@ private void taskFinished(TaskInstance taskInstance) {
             completeTaskMap.put(taskInstance.getTaskCode(), taskInstance.getId());
         }
 
+        if(taskInstance.isSubProcess()) {

Review comment:
       I will delete it




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org