caishunfeng commented on code in PR #9869:
URL: https://github.com/apache/dolphinscheduler/pull/9869#discussion_r863764588


##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java:
##########
@@ -820,6 +820,10 @@ private void endProcess() {
         }
     }
 
+    public boolean checkProcessDefinitionTypeIsSerialWait(){
+        return 
processService.findProcessDefinitionByCode(processDefinition.getCode()).getExecutionType().typeIsSerialWait();

Review Comment:
   I think it's not a good way to solve this issue. 



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