-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: 7.13.0
-
Component/s: engine
-
None
Given:
An instance of ProcessEngineConfigurationImpl.
When:
A custom implementation of HistoryEventHandler is set.
Then:
The default one is overwritten.
Expected:
The default DbHistoryEventHandler can be enabled/disabled independently of custom handlers. In turn, they can be added without any impact on the default handler.