Team,
We are on 17.4 version and trying to remove all process instances from one of our lower environment around 100k+.
Do we have any function or plugin which we can use to delete them at once instead of manual deletion .
Thank you.
Discussion posts and replies are publicly visible
gauravp0003
You can create a process report to to get the process ids of the instances and then pass those Process ids to Delete Process Smart service.
Hello,
I'm trying to clean the completed processes from lthe ower environment. (currently this Env has 4k completed instances)
I created a process report for completed processes and used a!queryProcessAnalytics() with batching to retrieve the process IDs.
However, I’m encountering the following issues during the deletion process:
Has anyone else encountered these issues? If so, were you able to resolve it?
Has anyone successfully deleted a large number of process instances using this smart service?