This is an automated email from the ASF dual-hosted git repository.
kerwin 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 9979ea3467 [fix-11321][ui] fix create workflow contains chunjun node
failed (#11979)
9979ea3467 is described below
commit 9979ea346787fa4270a2a7df4f374ff4c41adaa9
Author: 秋天 <[email protected]>
AuthorDate: Mon May 22 13:52:32 2023 +0800
[fix-11321][ui] fix create workflow contains chunjun node failed (#11979)
---
.../src/views/projects/task/components/node/tasks/use-chunjun.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-chunjun.ts
b/dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-chunjun.ts
index 14c738c86c..1902404ce5 100644
---
a/dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-chunjun.ts
+++
b/dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-chunjun.ts
@@ -45,7 +45,7 @@ export function useChunjun({
workerGroup: 'default',
delayTime: 0,
timeout: 30,
- customConfig: false,
+ customConfig: true,
preStatements: [],
postStatements: [],
timeoutNotifyStrategy: ['WARN']