groovy. A list of all possible configurations can be found in the DMN Engine Configuration section.
Configure the DMN Engine using Java API
First, you need to create a ProcessEngineConfiguration object for the process engine and aDmnEngineConfiguration object for the DMN engine. Now you can configure the DMN engine using the DmnEngineConfiguration object. When you are done, set the object on the ProcessEngineConfiguration and call buildProcessEngine() to create the process engine.
Configure the DMN Engine using Spring XML
Follow the instructions to create a basecamunda.cfg.xml XML configuration for the process engine.
Add a new configuration bean of class org.camunda.bpm.dmn.engine.impl.DefaultDmnEngineConfiguration. Configure the DMN engine using the bean and set it as dmnEngineConfiguration property on the processEngineConfiguration bean.