未验证 提交 3747029c 编写于 作者: F fuchanghai 提交者: GitHub

[fix-#12932] when subprocess's processInstance is fail,not notify parent processInstance (#12933)

上级 d09e02e5
...@@ -122,6 +122,7 @@ public class WorkflowExecuteThreadPool extends ThreadPoolTaskExecutor { ...@@ -122,6 +122,7 @@ public class WorkflowExecuteThreadPool extends ThreadPoolTaskExecutor {
LoggerUtils.setWorkflowInstanceIdMDC(processInstanceId); LoggerUtils.setWorkflowInstanceIdMDC(processInstanceId);
try { try {
logger.error("Workflow instance events handle failed", ex); logger.error("Workflow instance events handle failed", ex);
notifyProcessChanged(workflowExecuteThread.getProcessInstance());
multiThreadFilterMap.remove(workflowExecuteThread.getKey()); multiThreadFilterMap.remove(workflowExecuteThread.getKey());
} finally { } finally {
LoggerUtils.removeWorkflowInstanceIdMDC(); LoggerUtils.removeWorkflowInstanceIdMDC();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册