How to display results from bulk actions on a filtered list, where the action renders the item(s) outside of the filter scope

I am trying to implement bulk action updates on a filtered list of items.

The filters include groups, categories, assignees, reviewers, and unassigned. Filters are AND logical. Bulk actions update these parameters on multiple items.

Now the question is, performing a bulk action could render an item outside the scope of the filter. This currently causes the item to be removed from the list.

Is letting the item fall out of the list good UX? Any other thoughts?

Here is a rough mockup for reference:

enter image description here