diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx index 5dab11bd36..766aa807d5 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx @@ -282,56 +282,59 @@ export default defineComponent({ > {t('project.workflow.whether_complement_data')} - {this.startForm.execType && ( - - - - - - {t('project.workflow.serial_execution')} - - - {t('project.workflow.parallel_execution')} - - - - - {this.startForm.runMode === 'RUN_MODE_PARALLEL' && ( + {this.startForm.execType && + this.startForm.execType !== 'START_PROCESS' && ( + + + + + + {t('project.workflow.serial_execution')} + + + {t('project.workflow.parallel_execution')} + + + + + {this.startForm.runMode === 'RUN_MODE_PARALLEL' && ( + + + {t('project.workflow.custom_parallelism')} + + + + )} - - {t('project.workflow.custom_parallelism')} - - - )} - - - - - )} + + )} { failureStrategy: 'CONTINUE', warningType: 'NONE', warningGroupId: null, - execType: '', + execType: 'START_PROCESS', startNodeList: '', taskDependType: 'TASK_POST', runMode: 'RUN_MODE_SERIAL',