Skip to content

Commit de618a8

Browse files
authored
feat: add run state PREEMPTED (#188)
* Add in PREEMPTED. * Resolve reorganization of yaml's into 1 single yaml.
1 parent 2502698 commit de618a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openapi/workflow_execution_service.openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ components:
506506
- SYSTEM_ERROR
507507
- CANCELED
508508
- CANCELING
509+
- PREEMPTED
509510
type: string
510511
description: >
511512
State can take any of the following values:
@@ -532,6 +533,10 @@ components:
532533
+ CANCELED: The task was canceled by the user.
533534
534535
+ CANCELING: The task was canceled by the user, and is in the process of stopping.
536+
537+
+ PREEMPTED: The task is stopped (preempted) by the system. The reasons for this would be tied to
538+
the specific system running the job. Generally, this means that the system reclaimed the compute
539+
capacity for reallocation.
535540
RunStatus:
536541
title: RunStatus
537542
required:

0 commit comments

Comments
 (0)