Deletion of process instances

Certified Senior Developer
I have to remove all the process models for application cleanup and environment sync. I have deleted the process models. Is there any easy approach to delete all its respective process instances?

OriginalPostID-249122

  Discussion posts and replies are publicly visible

  • @baghavathis When it comes to Process Modeling, you may build a utility which does following:

    1. Query the All Processes(if you need all the processes in the environment) report or only certain processes by applying a list of process model id as the filter.
    2. Provide the output of above step as an input to 'Delete Processes' smart service at http://bit.ly/2gtCSrG

    However, I would be interested in knowing if the same can be done with less efforts as part of Server Administration.