Automatic Resource Deployment DMN Engine

Dear All,

As for my project requirement, we have to load the DMN files Dynamically without restart the server in the architecture of Camunda DMN Embedded with Application.

I have found the Flowable DMN Document , they have option for automatic Resource Deployment for DMN engine through spring.Please refer below link

Do we have same feature for Camunda DMN engine?.

Thanks
Vemula

Hi @vemulabujji,

you can trigger the deployment of any resource (DMN table, …) with either https://docs.camunda.org/manual/7.9/reference/rest/deployment/post-deployment/ or https://docs.camunda.org/javadoc/camunda-bpm-platform/7.9/org/camunda/bpm/engine/RepositoryService.html#createDeployment().

No need to restart the server.

Hope this helps, Ingo

Dear ,

I am using the micro service architecture for my project.

I am embedded camunda with application and will possible to use the rest API of Camunda. We need to load the DMN engine manually by using spring boot.

Do we have any option like https://www.flowable.org/docs/userguide-dmn/index.html#_automatic_resource_deployment

this.

Thanks
Vemula