One solution is adding the property in the code - the sample is provided in the below link
Hi @ppbiz,
with Camunda 7.10 you can configure camunda.bpm.database.jdbc-batch-processing
in your application.yaml (https://docs.camunda.org/manual/7.10/user-guide/spring-boot-integration/configuration/#camunda-engine-properties)
Cheers, Ingo
Thanks Ingo …
Hi,
I update the batch processing property in my service but this property not working in my service.
Can please help any reason. Same working in my local but I deployed my service in docker. In docker region this property not loading
parameter camunda.bpm.database.jdbc-batch-processing: false
Jdk 11 and Oracle 11g and camunda 7.10