add is start check..

This commit is contained in:
lenboo 2021-11-17 00:26:26 +08:00
parent 446a4c5e38
commit c5fdcaa12c
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ public class EventExecuteService extends Thread {
for (WorkflowExecuteThread workflowExecuteThread : this.processInstanceExecMaps.values()) {
if (workflowExecuteThread.eventSize() == 0
|| StringUtils.isEmpty(workflowExecuteThread.getKey())
|| !workflowExecuteThread.isStart()
|| eventHandlerMap.containsKey(workflowExecuteThread.getKey())) {
continue;
}