Browse Source

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

3.2.0-release
秋天 1 year ago committed by GitHub
parent
commit
9979ea3467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-chunjun.ts

2
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']

Loading…
Cancel
Save