From 05ebd409c39805d3c886b596711b7eca3daeec45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=A4=A9?= Date: Mon, 22 May 2023 13:52:32 +0800 Subject: [PATCH] [fix-11321][ui] fix create workflow contains chunjun node failed (#11979) --- .../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 eb6dc03d71..87a1d4e0fd 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']