fix: add waiting_approval to Workflow status type
This commit is contained in:
@@ -10,7 +10,7 @@ export interface Workflow {
|
||||
id: string
|
||||
project_id: string
|
||||
requirement: string
|
||||
status: 'pending' | 'planning' | 'executing' | 'done' | 'failed'
|
||||
status: 'pending' | 'planning' | 'executing' | 'waiting_approval' | 'done' | 'failed'
|
||||
created_at: string
|
||||
report: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user