lenboo commented on a change in pull request #6280:
URL: https://github.com/apache/dolphinscheduler/pull/6280#discussion_r711983498



##########
File path: 
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java
##########
@@ -460,10 +474,12 @@ private boolean needComplementProcess() {
     }
 
     private void startProcess() throws Exception {
-        buildFlowDag();
         if (this.taskInstanceHashMap.size() == 0) {
+            isStart = false;

Review comment:
       In the complement scenario,   the 'start process' will run multiple 
times.
   




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


Reply via email to