Error deploying using modeler

Hello I deleted all the processes running in the engine however I got the error “The deployment contains definitions with the same key ‘’ (id attribute), this is not allowed [ deploy-error ]”

https://docs.camunda.org/manual/7.7/reference/rest/process-definition/delete-process-definition/

Add cascade=true to remove all the entries.

1 Like

Hi @Maxi_Gutierrez,

additionally to @cpbpm’s comment, check all the files in your resources folder. Maybe there is a copy of a .bpmn file leftover with the same process ID.

Hope that helps, Ingo

1 Like

Hello guys thank you for your response. I continue getting error.

I’m doing these tutorial step by step to deploy a process with forms.

The error is always with the forms. My modeler have more options than the video. I suppose that the error is in the form setting.