This is a Scheduled workflow that runs daily (e.g., at 7 AM) to catch incomplete work from the previous day and reassign tickets to available technicians.
Setup
1
Create the scheduled workflow
Name it “Reassign Incomplete Scheduled Work” and set the type to Scheduled. Configure it to run daily at 7:00 AM (or your preferred morning time).An early-morning run gives dispatchers time to review the reassignments before the workday starts.
2
Configure filters
Add the following filters to find tickets with incomplete scheduled work:
Filter criteria:

- Board.Name = Your target board (e.g., Professional Services)
- Closed Flag = False (only open tickets)
- Status.Name = Your in-progress status (e.g., “In Progress (plan of action)”)
- [Extra] Has upcoming Scheduled Entry = False (no future work scheduled)
- [Extra] Count of past Scheduled Entries not completed > 0 (has missed scheduled work)
3
Add Trigger Another Workflow action
Add a Trigger Another Workflow action and select your Dispatch workflow as the target.

