Hi, We are running camunda 7.11 version . We have got multiple bpmn workflows deployed and each of them has too many versions running (say like more than 1000 versions for each bpmn workflow). When triggering start process instance using this REST API , camunda servers are hanging up.
Below are the questions i have got for the given scenario mentioned above
- When i trigger the start process instance by using process definition id , why it is always checking for all the versions of that particular bpmn workflow (which leads to huge increase in the memory/cpu utilization and the server hangs/crashes )
- Is there any way to avoid such above mentioned scenario in question 1, means when i want to trigger a start process instance it should only start the process instance with respect to particular version and not look up for the previous running versions?
- Is there a way to pass specific version number of the workflow while making this api call?