Merge branch 'KIN-UI-020-backend_dev'
This commit is contained in:
commit
487aee0055
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ from datetime import datetime
|
|||
from typing import Any
|
||||
|
||||
|
||||
VALID_TASK_STATUSES = [
|
||||
VALID_TASK_STATUSES = frozenset({
|
||||
"pending", "in_progress", "review", "done",
|
||||
"blocked", "decomposed", "cancelled", "revising",
|
||||
]
|
||||
})
|
||||
|
||||
VALID_COMPLETION_MODES = {"auto_complete", "review"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue