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 01:30:59 UTC

[GitHub] [dolphinscheduler] SbloodyS commented on a diff in pull request #11512: [FIX][BUG] issues 11499 dag is 0 when update task definition

SbloodyS commented on code in PR #11512:
URL: https://github.com/apache/dolphinscheduler/pull/11512#discussion_r947372748


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java:
##########
@@ -308,6 +308,7 @@ public enum Status {
     NOT_SUPPORT_COPY_TASK_TYPE(50057, "task type [{0}] does not support copy", "不支持复制的任务类型[{0}]"),
     BATCH_EXECUTE_PROCESS_INSTANCE_ERROR(50058, "change process instance status error: {0}", "修改工作实例状态错误: {0}"),
     START_TASK_INSTANCE_ERROR(50059, "start task instance error", "运行任务流实例错误"),
+    TASK_DEFINITION_NOT_CHANGE(50060, "the current task not changes", "当前任务没有变更内容"),

Review Comment:
   ```suggestion
       TASK_DEFINITION_NOT_CHANGE(50060, "the current task has not been modified", "当前任务没有变更内容"),
   ```



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