gsxdsm
09acfbb707
FN-6875: allow manual unpause for assigned tasks
Allow users to recover paused agent-assigned tasks without switching to agent controls.
- Remove the API conflict that blocked manual pause and unpause on assigned tasks.
- Keep pause and unpause actions visible for assigned, paused, and agent-paused tasks in the detail menu.
- Cover assigned-task pause controls and route unpause behavior with regression tests.
- Document manual unpause support and add a patch changeset.
Files changed:
.changeset/fn-6875-allow-unpause-assigned.md | 5 +
docs/agents.md | 2 +-
docs/dashboard-guide.md | 1 +
.../dashboard/app/components/TaskDetailModal.tsx | 17 +++-
.../TaskDetailModal.definition-actions.test.tsx | 97 +++++++++++++++++--
.../register-task-workflow-routes.unpause.test.ts | 103 ++++++++++++++-------
.../src/routes/register-task-workflow-routes.ts | 14 ++-
7 files changed, 187 insertions(+), 52 deletions(-)
Fusion-Task-Id: FN-6875
Fusion-Task-Lineage: 9233822c-2013-475d-b17a-2212a38ab388
2026-06-21 16:34:41 -07:00
..
2026-06-21 13:52:12 -07:00
2026-06-21 16:01:07 -07:00
2026-06-21 16:34:41 -07:00
2026-06-21 16:13:54 -07:00
2026-06-19 22:14:57 -07:00
2026-06-21 16:13:54 -07:00
2026-06-16 15:08:24 -07:00
2026-06-21 16:01:07 -07:00
2026-06-11 09:21:23 -07:00
2026-06-21 16:13:54 -07:00
2026-06-21 16:13:54 -07:00
2026-06-21 13:25:41 -07:00
2026-06-21 00:12:57 -07:00