Skip to main content
Nintex Community Menu Bar
Solved

How to terminate previously active processes?

  • August 30, 2022
  • 1 reply
  • 72 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?

 

Best answer by tbyrne777

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.

1 reply

Forum|alt.badge.img+15
  • Scholar
  • Answer
  • August 30, 2022
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.