We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2502698 commit de618a8Copy full SHA for de618a8
openapi/workflow_execution_service.openapi.yaml
@@ -506,6 +506,7 @@ components:
506
- SYSTEM_ERROR
507
- CANCELED
508
- CANCELING
509
+ - PREEMPTED
510
type: string
511
description: >
512
State can take any of the following values:
@@ -532,6 +533,10 @@ components:
532
533
+ CANCELED: The task was canceled by the user.
534
535
+ 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.
540
RunStatus:
541
title: RunStatus
542
required:
0 commit comments