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/05/03 13:20:36 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on a diff in pull request #9869: [Fix-9868] The thread cache task flow definition should get the latest version.

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

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