|
|
|
@ -125,7 +125,7 @@ public class ProcessScheduleJob implements Job {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Command command = new Command(); |
|
|
|
|
command.setCommandType(CommandType.START_PROCESS); |
|
|
|
|
command.setCommandType(CommandType.SCHEDULER); |
|
|
|
|
command.setExecutorId(schedule.getUserId()); |
|
|
|
|
command.setFailureStrategy(schedule.getFailureStrategy()); |
|
|
|
|
command.setProcessDefinitionId(schedule.getProcessDefinitionId()); |
|
|
|
|