caishunfeng commented on code in PR #12692:
URL: 
https://github.com/apache/dolphinscheduler/pull/12692#discussion_r1014643530


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java:
##########
@@ -371,6 +371,8 @@ public enum Status {
             "批量删除工作流任务关系 {0} 错误"),
     PROCESS_TASK_RELATION_BATCH_CREATE_ERROR(50069, "batch create process task 
relation {0} error",
             "批量创建工作流任务关系 {0} 错误"),
+    PROCESS_TASK_RELATION_BATCH_UPDATE_ERROR(50069, "batch update process task 
relation error",

Review Comment:
   ```suggestion
       PROCESS_TASK_RELATION_BATCH_UPDATE_ERROR(50070, "batch update process 
task relation error",
   ```



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