Skip to content

Commit

Permalink
feat: add new tesStates
Browse files Browse the repository at this point in the history
  • Loading branch information
athith-g committed Jun 21, 2024
1 parent c04cbab commit edb2f75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pro_tes/ga4gh/tes/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,8 @@ class TesState(Enum):
EXECUTOR_ERROR = "EXECUTOR_ERROR"
SYSTEM_ERROR = "SYSTEM_ERROR"
CANCELED = "CANCELED"
PREEMPTED = "PREEMPTED"
CANCELING = "CANCELING"


class TesNextTes(CustomBaseModel):
Expand Down

0 comments on commit edb2f75

Please sign in to comment.