Kaynağa Gözat

[fix-11321][ui] fix create workflow contains chunjun node failed (#11979)

秋天 1 yıl önce
ebeveyn
işleme
9979ea3467

+ 1 - 1
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']