mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 21:28:00 +08:00
Merge branch 'dev' into docker-compose-dev
This commit is contained in:
commit
7aab801669
@ -119,6 +119,10 @@ public class ProcessService {
|
||||
logger.info("there is not enough thread for this command: {}", command);
|
||||
return setWaitingThreadProcess(command, processInstance);
|
||||
}
|
||||
if (processInstance.getCommandType().equals(CommandType.RECOVER_TOLERANCE_FAULT_PROCESS)){
|
||||
delCommandByid(command.getId());
|
||||
return null;
|
||||
}
|
||||
processInstance.setCommandType(command.getCommandType());
|
||||
processInstance.addHistoryCmd(command.getCommandType());
|
||||
saveProcessInstance(processInstance);
|
||||
|
Loading…
Reference in New Issue
Block a user