I have using Flowable inside spring boot. In application.properties, I set:
flowable.history-level=full
This doesn’t seem to be working. Once a process completes. I am seeing no data in the history (ACT_HI_) tables. I assume the engine is using NONE for history-level from somewhere, but can’t see to override it.