How can I configure databaseTablePrefix when using Activiti with Spring Boot. I see a number of useful settings that can be configured through ActivitiProperties by specifying this like spring.activiti.databaseSchema but there is no setting like spring.activiti.databaseTablePrefix.
For me, the Activiti tables are in a different Oracle schema than the user's default schema.