As in the image there are quite a few requests struck due to some exception which is rectified now. But how can we remove all these process instances from cockpit with one action.
I know about rest service to delete single process instances w.r.t process id but i need to remove all at once. Any input will be helpful.
By deleting the deployed process also removes all the process instances. Make sure you select cascade = true deletion while deleting the deployment itself.