[Bug-12954] [Schedule] Fix that workflow-level configuration information does not take effect when timing triggers execution (#12955)
(cherry picked from commit 2f8f0952fb)
This commit is contained in:
parent
589221d4f7
commit
a28e206166
|
|
@ -91,6 +91,7 @@ public class ProcessScheduleJob extends QuartzJobBean {
|
|||
command.setWarningGroupId(schedule.getWarningGroupId());
|
||||
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