Solved

How to terminate previously active processes?

  • 30 August 2022
  • 1 reply
  • 33 views

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?

 

icon

Best answer by tbyrne777 30 August 2022, 18:02

View original

1 reply

Userlevel 5
Badge +13
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