[Improvement][Master] batch remove TaskInstaceId and workflowInstanceId (#10620)

This commit is contained in:
pinkhello 2022-06-26 10:07:35 +08:00 committed by GitHub
parent 16144a8858
commit 628c8ab2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class TaskRecallProcessor implements NettyRequestProcessor {
logger.info("Receive task recall command: {}", recallCommand);
taskEventService.addEvent(taskEvent);
} finally {
LoggerUtils.removeWorkflowInstanceIdMDC();
LoggerUtils.removeWorkflowAndTaskInstanceIdMDC();
}
}
}