flowable-engine icon indicating copy to clipboard operation
flowable-engine copied to clipboard

Multiselect for instance deletion

Open huru-ukko opened this issue 3 years ago • 5 comments

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

flowable-process-instances

huru-ukko avatar Apr 08 '22 05:04 huru-ukko

Is there something i need to do in before a maintainer will take a look at this pr?

huru-ukko avatar May 03 '22 06:05 huru-ukko

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

tijsrademakers avatar May 03 '22 07:05 tijsrademakers

Thanks for the quick response and this is lovely to hear! Any time estimate for this extension of the REST API?

huru-ukko avatar May 03 '22 07:05 huru-ukko

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?

filiphr avatar Jul 11 '22 10:07 filiphr

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 :)

huru-ukko avatar Jul 14 '22 05:07 huru-ukko