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


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java:
##########
@@ -379,6 +379,7 @@ public enum Status {
             "批量创建工作流任务关系 {0} 错误"),
     PROCESS_TASK_RELATION_BATCH_UPDATE_ERROR(50070, "batch update process task 
relation error",
             "批量修改工作流任务关系错误"),
+    UPSTREAM_TASK_NOT_EXISTS(50071, "upstream task want to set dependence do 
not exists {0}", "想要指定的上游任务 {0} 不存在"),

Review Comment:
   ```suggestion
       UPSTREAM_TASK_NOT_EXISTS(50071, "upstream task want to set dependence do 
not exists {0}", "指定的上游任务 {0} 不存在"),
   ```
   
   Is this better?



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