feat(REQ-7125) - 修改默认 historyLevel
This commit is contained in:
parent
a86ac2eded
commit
ad01f4f7e9
@ -95,8 +95,8 @@ public class FlowableConfiguration {
|
||||
List<ProcessExtConfigurer> configurers) {
|
||||
return configuration -> {
|
||||
configuration.setEnableHistoricTaskLogging(true);
|
||||
configuration.setHistoryLevel(HistoryLevel.AUDIT);
|
||||
configuration.setHistory(HistoryLevel.AUDIT.getKey());
|
||||
configuration.setHistoryLevel(HistoryLevel.FULL);
|
||||
configuration.setHistory(HistoryLevel.FULL.getKey());
|
||||
configuration.setJobProcessors(jobProcessors);
|
||||
configuration.setEventListeners(Lists.newArrayList(listeners));
|
||||
configuration.setActivityBehaviorFactory(customActivityBehaviorFactory);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user