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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to