[Improvement][Master] batch remove TaskInstaceId and workflowInstanceId (#10620)
This commit is contained in:
parent
16144a8858
commit
628c8ab2a1
|
|
@ -62,7 +62,7 @@ public class TaskRecallProcessor implements NettyRequestProcessor {
|
|||
logger.info("Receive task recall command: {}", recallCommand);
|
||||
taskEventService.addEvent(taskEvent);
|
||||
} finally {
|
||||
LoggerUtils.removeWorkflowInstanceIdMDC();
|
||||
LoggerUtils.removeWorkflowAndTaskInstanceIdMDC();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue