mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-29 18:58:05 +08:00
[Bug-12954] [Schedule] Fix that workflow-level configuration information does not take effect when timing triggers execution (#12955)
This commit is contained in:
parent
3747029cc0
commit
2f8f0952fb
@ -100,6 +100,7 @@ public class ProcessScheduleTask extends QuartzJobBean {
|
||||
String workerGroup = StringUtils.isEmpty(schedule.getWorkerGroup()) ? Constants.DEFAULT_WORKER_GROUP
|
||||
: schedule.getWorkerGroup();
|
||||
command.setWorkerGroup(workerGroup);
|
||||
command.setEnvironmentCode(schedule.getEnvironmentCode());
|
||||
command.setWarningType(schedule.getWarningType());
|
||||
command.setProcessInstancePriority(schedule.getProcessInstancePriority());
|
||||
command.setProcessDefinitionVersion(processDefinition.getVersion());
|
||||
|
Loading…
Reference in New Issue
Block a user