Job executor property

Hi all,

I am looking to set set some job executor properties like

  1. WaitTimeInMillis
  2. Maxwait

How can it be achieved , through XML configuration.

I am using camunda version 7.12 with embedded embedded process engine configuration and framework i am working on is spring MVC

Pleas specify the camunda version, app server details and the application framework details.

Hi @Buddhi_Sagar_Tiwari,

You should get them in camunda.cfg.xml: Process Engine Bootstrapping | docs.camunda.org

Have a look at the org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl class to find the setters for the attibutes.

Hope this helps, Ingo