This is an automated email from the ASF dual-hosted git repository.
zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new c99de2010e [Improvement-16501][dolphinscheduler-api]typo in
Status.java(#16501) (#16504)
c99de2010e is described below
commit c99de2010e94fa1ec90584ad9ac4af4726e3ea3f
Author: luoyuan <[email protected]>
AuthorDate: Fri Aug 23 09:05:12 2024 +0800
[Improvement-16501][dolphinscheduler-api]typo in Status.java(#16501)
(#16504)
---
.../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 5355650725..d5d79ced37 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
@@ -239,7 +239,7 @@ public enum Status {
TASK_INSTANCE_HOST_IS_NULL(10191, "task instance host is null",
"任务实例host为空"),
QUERY_EXECUTING_WORKFLOW_ERROR(10192, "query executing workflow error",
"查询运行的工作流实例错误"),
DELETE_PROCESS_DEFINITION_USE_BY_OTHER_FAIL(10193, "delete process
definition fail, cause used by other tasks: {0}",
- "删除工作流定时失败,被其他任务引用:{0}"),
+ "删除工作流定义失败,被其他任务引用:{0}"),
DELETE_TASK_USE_BY_OTHER_FAIL(10194, "delete task {0} fail, the reason is
that used by other tasks: {1}",
"删除任务 {0} 失败,被其他任务引用:{1}"),
TASK_WITH_DEPENDENT_ERROR(10195, "task used in other tasks", "删除被其他任务引用"),