Skip to content

Commit

Permalink
[fix-#12932] when subprocess's processInstance is fail,not notify par…
Browse files Browse the repository at this point in the history
…ent processInstance (#12933)
  • Loading branch information
fuchanghai authored Nov 22, 2022
1 parent d09e02e commit 3747029
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public void onFailure(Throwable ex) {
LoggerUtils.setWorkflowInstanceIdMDC(processInstanceId);
try {
logger.error("Workflow instance events handle failed", ex);
notifyProcessChanged(workflowExecuteThread.getProcessInstance());
multiThreadFilterMap.remove(workflowExecuteThread.getKey());
} finally {
LoggerUtils.removeWorkflowInstanceIdMDC();
Expand Down

0 comments on commit 3747029

Please sign in to comment.