Spring Boot Starter related inquiries

Hi All
There is a FlowableProperties.java in flowable-spring-boot-starter-baisc-6.1.2.jar that can set the related properties in the spring boot properties files.
But after comparing with the flowable-spring-6.1.2.jar and other files.
I can’t find the places to set up the deploymentMode and disableIdmEngine in the Spring Boot Starter jar.
these parameters should be included in the FlowableProperties.java, right? or Should I setup in other places?
Can anyone let me know how to setup these two parameters?

They should indeed be added to the FlowableProperties to be found.
You can work around it now by using a ProcessEngineConfigurationConfigurer bean that allows to set all the properties on the configuration directly.