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/04/26 14:36:41 UTC

[GitHub] [dolphinscheduler] zhongjiajie commented on a diff in pull request #9795: Failed to rerun the workflow instance

zhongjiajie commented on code in PR #9795:
URL: https://github.com/apache/dolphinscheduler/pull/9795#discussion_r858794408


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java:
##########
@@ -211,14 +211,14 @@ private boolean checkMasterExists(Map<String, Object> result) {
      * @return check result code
      */
     @Override
-    public Map<String, Object> checkProcessDefinitionValid(long projectCode, ProcessDefinition processDefinition, long processDefineCode) {
+    public Map<String, Object> checkProcessDefinitionValid(long projectCode, ProcessDefinition processDefinition, long processDefineCode, Integer version) {

Review Comment:
   Should also add java-doc string when parameter added



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