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 54e8ede52e [Fix-17548] [Api] Sub WorkFlow Set Schedule Failed (#17549)
54e8ede52e is described below
commit 54e8ede52e8b35057ce8e6b952dd8d992ae6a903
Author: Assert <[email protected]>
AuthorDate: Tue Sep 30 09:29:37 2025 +0800
[Fix-17548] [Api] Sub WorkFlow Set Schedule Failed (#17549)
---
.../apache/dolphinscheduler/common/constants/CommandKeyConstants.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/CommandKeyConstants.java
b/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/CommandKeyConstants.java
index b1308272d6..be435b3160 100644
---
a/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/CommandKeyConstants.java
+++
b/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/CommandKeyConstants.java
@@ -37,7 +37,7 @@ public class CommandKeyConstants {
public static final String CMD_PARAM_SUB_WORKFLOW_PARENT_INSTANCE_ID =
"parentProcessInstanceId";
- public static final String CMD_PARAM_SUB_WORKFLOW_DEFINITION_CODE =
"processDefinitionCode";
+ public static final String CMD_PARAM_SUB_WORKFLOW_DEFINITION_CODE =
"workflowDefinitionCode";
public static final String CMD_PARAM_START_NODES = "StartNodeList";