Camunda Bpm Run plugin configure or production configure?

Can I configure JobExecuter with production.yml file in bpm run? or to add process engine configurations as plugins to Production.yml? If so, all I have to do is implement the “ProcessEnginePlugin” class and place the jar file in the userlib?

bestregard…

Hi @Rasim_Savas,

In Camunda Run configuration you can use the Spring boot starter configuration properties:

Camunda Engine Properties for Spring Boot Starter
In case some engine properties is not directly exposed for the starter you can still define them with Generic Properties prefix.

Hope that helps,
Yana

1 Like