Hi,
What is the best way to completely delete process definition(and all related database entities, instances, variables, process deployments)?
Regards,
Vitaliy
Hi,
What is the best way to completely delete process definition(and all related database entities, instances, variables, process deployments)?
Regards,
Vitaliy
Hi
Documentation of Cockpit can be found here [1]
regards
Rob
[1] https://docs.camunda.org/manual/7.6/webapps/cockpit/deployment-view/#delete
This only describes how to delete the complete deployment. What if you only need to delete one definition?
You could try via the REST API: Delete Process Definition
Cheers,
Mat
Thanks @Matthijs_Burke, I already found this section, but we were hoping to achieve it without custom rest clients …