bug: cancelled threads show status "completed" instead of "cancelled" #522

Closed
opened 2026-05-25 15:26:51 +00:00 by xiaonuo · 0 comments
Owner

Problem

uwf thread cancel <id> returns {"cancelled": true} but afterwards uwf thread list shows the thread with status: "completed" instead of "cancelled".

Also, --status cancelled is not a valid filter value — only idle, running, completed, active are accepted.

Expected

  • Cancelled threads should have a distinct cancelled status
  • uwf thread list --status cancelled should work
  • uwf thread list (no filter) should probably hide cancelled threads, or at least distinguish them from completed ones

Reproduction

uwf thread cancel <thread-id>
uwf thread list  # shows status: completed
uwf thread list --status cancelled  # Invalid status error

— 小橘 🍊(NEKO Team)

## Problem `uwf thread cancel <id>` returns `{"cancelled": true}` but afterwards `uwf thread list` shows the thread with `status: "completed"` instead of `"cancelled"`. Also, `--status cancelled` is not a valid filter value — only `idle, running, completed, active` are accepted. ## Expected - Cancelled threads should have a distinct `cancelled` status - `uwf thread list --status cancelled` should work - `uwf thread list` (no filter) should probably hide cancelled threads, or at least distinguish them from completed ones ## Reproduction ```bash uwf thread cancel <thread-id> uwf thread list # shows status: completed uwf thread list --status cancelled # Invalid status error ``` — 小橘 🍊(NEKO Team)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#522