Embedded Process Engine

Hi,

From the doc, there is a section for embdeding dmn engine, can i also embed process engine too, using the bootstrap

https://docs.camunda.org/manual/7.8/user-guide/process-engine/process-engine-bootstrapping/

If so, do i still need to embed dmn engine separately?

Thanks
Shannon

Hi @Shannon_Ma,

if you embed the process engine, you don’t need to embed a separate DMN engine. You can access the DMN functionality using the DecisionService of the process engine.

Best,
Ben

1 Like

Thanks Ben, and i deploy the decision definitions the same way as i do for the process definition, right?

Shannon