auto-sync: 2026-05-21 23:05:05
This commit is contained in:
@@ -24,7 +24,7 @@ const STATUS_META: Record<string, { color: string; label: string }> = {
|
||||
};
|
||||
|
||||
const VALID_TRANSITIONS: Record<string, string[]> = {
|
||||
pending: ['claimed', 'paused', 'cancelled'],
|
||||
pending: ['claimed', 'paused', 'blocked', 'cancelled'],
|
||||
claimed: ['working', 'pending', 'paused', 'cancelled'],
|
||||
working: ['review', 'blocked', 'failed', 'paused', 'escalated', 'waiting_human', 'cancelled'],
|
||||
paused: ['working', 'claimed', 'review', 'escalated', 'waiting_human', 'cancelled'],
|
||||
|
||||
Reference in New Issue
Block a user