Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions openapi/task_execution_service.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,12 @@ components:
example: job-0012345
state:
$ref: '#/components/schemas/tesState'
state_description:
type: string
description: |-
OPTIONAL. Additional information about the state of the task,
such as the reason the state is set to `QUEUED` or `INITIALIZING`.
example: "Pending available quota: low-priority vCPUs"
name:
type: string
description: User-provided task name.
Expand Down