User Story
As a system administrator,
I want to create a screen flow that displays tasks assigned to inactive users,
So that I can reassign multiple tasks to an active user efficiently.
Acceptance Criteria:
-
The screen flow should:
- Display a list of tasks assigned to inactive users.
- Allow selection of multiple tasks from the displayed list.
-
The flow should:
- Prompt the user to select an active user from an input field after selecting tasks.
- Reassign the selected tasks to the chosen active user.