[Fix-10443][server]fix dependent task always running (#10708)
* [Fix-10443][server]fix dependent task always running * optimize remove logic
This commit is contained in:
parent
85d3637f9d
commit
520e72f3de
|
|
@ -1430,10 +1430,9 @@ public class WorkflowExecuteThread implements Runnable {
|
|||
this.processInstance.getId());
|
||||
taskResponseService.addResponse(taskResponseEvent);
|
||||
}
|
||||
this.taskRetryCheckList.remove(taskId);
|
||||
this.depStateCheckList.remove(taskId);
|
||||
}
|
||||
|
||||
this.taskRetryCheckList.clear();
|
||||
this.depStateCheckList.clear();
|
||||
this.addProcessStopEvent(processInstance);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue