DMN Business Rule Task in BPMN

Hi

I created a Sprint Boot micro service project which embeds camunda engine. I’d like to include Business Rule Task (DMN) as part of the BPMN and get it evaluated.

I did a PoC passing variables to DMN which has a DRD and deployed DMN and BPMN on a standalone Camunda (distribution) and successfully got the result out of DMN.

How to deploy the DMN as part of Micro service embedding Camunda engine?

thanks in advance for the help
Sudar

You can either use the rest api or keep in the dmn file in the resources folder beside your bpmn file.

Thank you. I included the DMN in resources folder and I can see that the DMN is now available under deployment.