Apache Airflow · JSON Structure

Openapi.Yaml Task State Structure

Task state. *Changed in version 2.0.2*: 'removed' is added as a possible value. *Changed in version 2.2.0*: 'deferred' is added as a possible value. *Changed in version 2.4.0*: 'sensing' state has been removed. *Changed in version 2.4.2*: 'restarting' is added as a possible value

Type: string Properties: 0
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

TaskState is a JSON Structure definition published by Apache Airflow. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-structure/openapi.yaml-task-state-structure.json",
  "name": "TaskState",
  "description": "Task state.\n\n*Changed in version 2.0.2*: 'removed' is added as a possible value.\n\n*Changed in version 2.2.0*: 'deferred' is added as a possible value.\n\n*Changed in version 2.4.0*: 'sensing' state has been removed.\n*Changed in version 2.4.2*: 'restarting' is added as a possible value\n",
  "type": "string"
}