I’m trying to use enable-duplicate-filtering= true and deploy-changed-only=true in the request body when call API method POST deployment create but it doesn’t work/ Camunda Engine create a new version if the process.
Could someone help with it?
Thank you in advance, it’s really important part to have an option to avoid duplicating the same process scheme.
I’ve tried your example and found this hint in my console output:
2023-10-24 18:22:29.394 WARN 22224 --- [nio-8080-exec-5] org.camunda.bpm.engine.cmd : ENGINE-13047 Deployment name set to null. Filtering duplicates will not work properly.
Adding the deployment-name to the request returns an existing deployment ID on deploying an unchanged BPMN file.