Undeploy a Process

Hi Community,

ist there any way to completely undeploy a Process from the Tasklist?

Greetings
Feidex

Hi Feidex,

It is not possible to undeploy process from Tasklist.
You can undeploy a process from Cockpit or via Rest API or via Java API.

Best regards,
Yana

1 Like

Hi Yana,

thank you for your quick reply. Im very new to camunda. Can You give me some intstructions how to do this (For Beginners)? I´m very new to Camunda.

Greetings

Hi Feidex,

You can start with the undeploy option in Cockpit.
Follow the instructions from the link in my previous reply.
Please keep in mind, if you want to delete the complete deployment + all process instances you should select Cascade checkbox.

Best regards,
Yana

1 Like

Hi Yana,

okay I got this. But I want to delete the whole Proces. So that it is removed from the List when I click on “Start Process”. It cant be that difficult. Someone told me that there is a Process you can use for deleting other Processes?

Sorry, it´s a little bit hard for me to understand^^

Greetings
Feidex

Hi Feidex,

The process will be deleted, if you undeploy the deployment with cascade=true.
And you won’t be able to see it after that in Start Process list.
Maybe you can try it with some dummy process to see.

Other than that, I am not sure which is this process to delete processes. It could be this thing: Process to Deploy a Process?

Regards,
Yana

Hi Yana,

This works for me! Thank you very much :slight_smile:

Greetings
Feidex

1 Like