wangxj3 commented on a change in pull request #4743:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/4743#discussion_r578323498



##########
File path: 
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterExecThread.java
##########
@@ -952,6 +998,7 @@ private void runProcess() {
                 // node success , post node submit
                 if (task.getState() == ExecutionStatus.SUCCESS) {
                     processInstance.setVarPool(task.getVarPool());
+                    processInstance = 
processService.findProcessInstanceById(processInstance.getId());

Review comment:
       I will fix it ,move "processInstance.setVarPool(task.getVarPool());" to 
the next line.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to