HistoryEventProducer eventProducer = configuration.getHistoryEventProducer();
HistoryEventHandler eventHandler = configuration.getHistoryEventHandler();
List<HistoryEvent> historyEvents = eventProducer.createUserOperationLogEvents(context);
eventHandler.handleEvents(historyEvents);
}
}
public void logTaskOperations(String operation, TaskEntity task, List<PropertyChange> propertyChanges) {
if (isHistoryLevelFullEnabled()) {