Loading escheduler-api/src/main/java/cn/escheduler/api/quartz/ProcessScheduleJob.java +1 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading escheduler-server/src/main/java/cn/escheduler/server/worker/runner/FetchTaskThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,7 @@ public class FetchTaskThread implements Runnable{ FileUtils.createWorkDirAndUserIfAbsent(execLocalPath, processInstance.getTenantCode(), logger); logger.info("task : {} ready to submit to task scheduler thread",taskId); // submit task workerExecService.submit(new TaskScheduleThread(taskInstance, processDao)); } Loading Loading
escheduler-api/src/main/java/cn/escheduler/api/quartz/ProcessScheduleJob.java +1 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading
escheduler-server/src/main/java/cn/escheduler/server/worker/runner/FetchTaskThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,7 @@ public class FetchTaskThread implements Runnable{ FileUtils.createWorkDirAndUserIfAbsent(execLocalPath, processInstance.getTenantCode(), logger); logger.info("task : {} ready to submit to task scheduler thread",taskId); // submit task workerExecService.submit(new TaskScheduleThread(taskInstance, processDao)); } Loading