Dublicated process definitions

Hi,
I’m running into an issue with my BPMN process. Every time I deploy it, a new process definition gets created with the same deployment (AF_FNOL_1.0.0-SNAPSHOT) instead of overwriting the existing one. Now have 6 identical “FNOL Submission” definitions, which causes the process to start multiple times per case and its causing that once created case is running 6 times so for example inside my flow there is REST node which creates 6 times the same record inside DB.

I can’t find a way to delete this additional process definitions manually — there’s no delete option in Process Definitions. Inside execution servers I can see that there is some error on deployment (screenshot). Could someone help me remove these duplicate process definitions, or clean up the container so I can redeploy from scratch with just one? @Sam

Thanks!

I’ve downloaded bpmn process as .bpmn and then created new space and imported there this project, so new deployment was created and now it works - so it can be fast workaround/solution of this issue