Pass configuration values to bpm

Hi @teja_polisetty,

if you need to change it during runtime, you can implement a bean reading the value from the database.

I don’t know if Spring Boot offers an alternative to overwrite config values in main memory.

Hope this helps, Ingo