Skip to main content

How to terminate previously active processes? (2 to 3 years ago)

25883iF989F24CE9740C25.png

Is there any other way to delete it? It's the same as when management tool delete (20 in 1 page), but in large numbers. Any tool? Script?

 

There is a System SmartObject you can find in K2Management under Categories -> System -> Management -> Workflows -> SmartObjects -> Process Instance Info. This SmartObject has the ability to Delete multiple instances at once if you can get a list of IDs.
Alternatively, you can write a script that utilizes the SmartObjects here to loop through each process instance you want to delete and remove it via SmartObject call.

Reply