Hi Team,
We had an error in one of the expression rules which is used by a process ;un-fortunately this process is triggered in every 15 minutes and we have lot of active process instances flooding the system. Is there a smart way to delete all this active process from the system. As of now we are manually deleting it from Process tab
Thanks,
George
Discussion posts and replies are publicly visible
I have come across the same problem and for that i have created process report to get the process id. create one PM which contains PV of multiple type for id get all active process id and pass that to smart service "Cancel Processes V2". There are 1 more required input "Cancel Async Subs" if you want to cancel asynchronous subprocess pass true() for this input.
link doesn't work anymore.