What is the best way to configure Process Application properties for Spring Boot Starter?

Setting the tenant id via yaml is not supported. If you do not want to use the processes.xml, you can just register a bean implementing the ProcessEnginePlugin#preInit() method and modify the processEngineConfiguration directly.

1 Like