auto-sync: 2026-05-21 20:50:44
This commit is contained in:
@@ -27,7 +27,7 @@ const VALID_TRANSITIONS: Record<string, string[]> = {
|
||||
pending: ['claimed', 'paused', 'cancelled'],
|
||||
claimed: ['working', 'pending', 'paused', 'cancelled'],
|
||||
working: ['review', 'blocked', 'failed', 'paused', 'escalated', 'waiting_human', 'cancelled'],
|
||||
paused: ['working', 'cancelled'],
|
||||
paused: ['working', 'claimed', 'review', 'escalated', 'waiting_human', 'cancelled'],
|
||||
review: ['done', 'pending', 'failed', 'paused', 'escalated', 'waiting_human', 'cancelled'],
|
||||
escalated: ['working', 'pending', 'paused', 'cancelled'],
|
||||
waiting_human: ['working', 'done', 'paused', 'cancelled'],
|
||||
|
||||
Reference in New Issue
Block a user