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/08/17 02:15:17 UTC

[GitHub] [dolphinscheduler] insist777 commented on a diff in pull request #11489: [Improvement-11468] Support re running historical version workflow

insist777 commented on code in PR #11489:
URL: https://github.com/apache/dolphinscheduler/pull/11489#discussion_r947388662


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java:
##########
@@ -358,6 +358,7 @@ public Map<String, Object> execute(User loginUser, long projectCode, Integer pro
         ProcessDefinition processDefinition =
                 processService.findProcessDefinition(processInstance.getProcessDefinitionCode(),
                         processInstance.getProcessDefinitionVersion());
+        processDefinition.setReleaseState(ReleaseState.ONLINE);

Review Comment:
   For heavy running and other movements, it is no problem to ignore them like this
   
   
   



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