"ORA-00942: table or view does not exist" exception on endpoint 'actuator/flowable'

Hi, Getting this exception on History. I’m not interested in history.
flowable.history-level=none
flowable.rest-api-enabled=true
flowable.database-schema-update=true
flowable.check-process-definitions=true
flowable.process-definition-location-prefix=classpath:/
flowable.async-executor-activate=true
flowable.db-history-used=false
flowable.jpa-enabled=true

“cause”: “\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist\n\r\n### The error may exist in org/flowable/db/mapping/entity/HistoricActivityInstance.xml\r\n### The error may involve org.flowable.engine.impl.persistence.entity.HistoricActivityInstanceEntityImpl.selectHistoricActivityInstanceCountByQueryCriteria-Inline\r\n### The error occurred while setting parameters\r\n### SQL: select count(RES.ID_) from ACT_HI_ACTINST RES WHERE RES.END_TIME_ is not null\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist\n”

Hi,

Thanks for raising the issue here. It seems like the actuator is not able to run in a history level none case right now. Can you raise an issue on the Flowable Engine Github?

Best regards,

Tijs