|
|
|
@ -84,7 +84,7 @@ public class WorkflowExecuteThreadPool extends ThreadPoolTaskExecutor {
|
|
|
|
|
public void submitStateEvent(StateEvent stateEvent) { |
|
|
|
|
WorkflowExecuteThread workflowExecuteThread = processInstanceExecCacheManager.getByProcessInstanceId(stateEvent.getProcessInstanceId()); |
|
|
|
|
if (workflowExecuteThread == null) { |
|
|
|
|
logger.error("workflowExecuteThread is null, processInstanceId:{}", stateEvent.getProcessInstanceId()); |
|
|
|
|
logger.warn("workflowExecuteThread is null, stateEvent:{}", stateEvent); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
workflowExecuteThread.addStateEvent(stateEvent); |
|
|
|
|