add is start check..
This commit is contained in:
parent
446a4c5e38
commit
c5fdcaa12c
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue