This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 46443a6  modify_Status (#4352)
46443a6 is described below

commit 46443a6f3b4228556562606e29b2026c21f1d252
Author: zt-1997 <[email protected]>
AuthorDate: Thu Dec 31 16:28:33 2020 +0800

    modify_Status (#4352)
    
    Co-authored-by: zt-1997 <“[email protected]”>
---
 .../src/main/java/org/apache/dolphinscheduler/api/enums/Status.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
 
b/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
index 6e23808..e6935d6 100644
--- 
a/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
+++ 
b/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
@@ -233,7 +233,7 @@ public enum Status {
     COUNT_PROCESS_DEFINITION_USER_ERROR(50013, "count process definition user 
error", "查询各用户流程定义数错误"),
     START_PROCESS_INSTANCE_ERROR(50014, "start process instance error", 
"运行工作流实例错误"),
     EXECUTE_PROCESS_INSTANCE_ERROR(50015, "execute process instance error", 
"操作工作流实例错误"),
-    CHECK_PROCESS_DEFINITION_ERROR(50016, "check process definition error", 
"检查工作流实例错误"),
+    CHECK_PROCESS_DEFINITION_ERROR(50016, "check process definition error", 
"工作流定义错误"),
     QUERY_RECIPIENTS_AND_COPYERS_BY_PROCESS_DEFINITION_ERROR(50017, "query 
recipients and copyers by process definition error", "查询收件人和抄送人错误"),
     DATA_IS_NOT_VALID(50017, "data {0} not valid", "数据[{0}]无效"),
     DATA_IS_NULL(50018, "data {0} is null", "数据[{0}]不能为空"),

Reply via email to