Multiselect for instance deletion
Check List:
- Unit tests: NO
- Documentation: NO
- Added the possibility to multiselect instances under Admin app
- Added the possibility to delete multiple instances at a time from the instances listing. They are first terminated with a set reason, and then deleted.
- List of failed deletions , links to failed processes that open in a new window

Is there something i need to do in before a maintainer will take a look at this pr?
Hi @wuahi ,
We are currently looking at extending the REST API with some bulk action support including terminating / deleting process instances. When this would be available no loop of calling the REST API per process instance from the Admin web application is needed anymore. So we would first like to explore the bulk action support in the REST API a bit more.
Best regards,
Tijs
Thanks for the quick response and this is lovely to hear! Any time estimate for this extension of the REST API?
Hey @wuahi, we have added this functionality on main.
The endpoint for deleting process instances is here and the PR that added this functionality is https://github.com/flowable/flowable-engine/pull/3295.
Can you please rebase your branch on main and adapt your changes to use the new REST API?
Hey @wuahi, we have added this functionality on main.
The endpoint for deleting process instances is here and the PR that added this functionality is #3295.
Can you please rebase your branch on main and adapt your changes to use the new REST API?
Nice to hear! Yeah sure. I will try to do it within a week. Thanks for the info :)