Hi I’m using Camunda .NET client by Berndruecker in a .net application to upload .bpmn files into the camunda engine.
The problem i’m facing is that CamundaEngineClient.Startup() method in CamundaClinet library, auto-deploy all bpmn file whenever there is any change in single bpmn file. I don’t want this behavior. I’d like only that bpmn file to be updated which has changes. How I can make sure the rest of the bpmn file version doesn’t get updated in camunda engine?