update - 日志打印
This commit is contained in:
parent
05981a7002
commit
b97152eb85
@ -138,7 +138,9 @@ public class RocketMqBpmnTaskEvent_102_Listener extends AbstractBpmnEventListene
|
||||
}
|
||||
Map<String, String> header = new HashMap<>();
|
||||
if (StringUtils.hasText(dto.getProcessDefinitionKey())) {
|
||||
log.warn("record process definition key: {}", dto.getProcessDefinitionKey());
|
||||
if (log.isDebugEnabled()) {
|
||||
log.debug("record process definition key: {}", dto.getProcessDefinitionKey());
|
||||
}
|
||||
header.put(MQ_OWNERSHIP_PROCESS_DEFINITION_KEY, dto.getProcessDefinitionKey());
|
||||
}
|
||||
eventProducer.send(Event.builder()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user