How to configure job executor in spring boot camunda

Hi Team,
Could you please help me how to configure job executor in spring boot

1 Like

All the configuaration you need to do can be added to the application.yaml as part of you project for details of what properties can be updated you can check this out:
https://docs.camunda.org/manual/latest/user-guide/spring-boot-integration/configuration/#camunda-engine-properties

1 Like

Thanks Niall for quick response. will check