feat: add canceled status
This commit is contained in:
parent
236e6a24ed
commit
48473620f1
1 changed files with 1 additions and 0 deletions
|
|
@ -1477,6 +1477,7 @@ enum TaskStatus {
|
|||
InProgress
|
||||
Validate
|
||||
Complete
|
||||
Canceled
|
||||
}
|
||||
|
||||
model TaskOrder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue