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

This commit is contained in:
秋天 2023-05-22 13:52:32 +08:00 committed by zhuangchong
parent 3554e7557a
commit 05ebd409c3
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export function useChunjun({
workerGroup: 'default',
delayTime: 0,
timeout: 30,
customConfig: false,
customConfig: true,
preStatements: [],
postStatements: [],
timeoutNotifyStrategy: ['WARN']