[fix-#12932] when subprocess's processInstance is fail,not notify parent processInstance (#12933)
This commit is contained in:
parent
d09e02e5a9
commit
3747029cc0
|
|
@ -122,6 +122,7 @@ public class WorkflowExecuteThreadPool extends ThreadPoolTaskExecutor {
|
|||
LoggerUtils.setWorkflowInstanceIdMDC(processInstanceId);
|
||||
try {
|
||||
logger.error("Workflow instance events handle failed", ex);
|
||||
notifyProcessChanged(workflowExecuteThread.getProcessInstance());
|
||||
multiThreadFilterMap.remove(workflowExecuteThread.getKey());
|
||||
} finally {
|
||||
LoggerUtils.removeWorkflowInstanceIdMDC();
|
||||
|
|
|
|||
Loading…
Reference in New Issue