Apache Airflow · JSON Structure

Airflow Reprocess Behavior Structure

Internal enum for setting reprocess behavior in a backfill. :meta private:

Type: string Properties: 0
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

ReprocessBehavior 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/airflow/refs/heads/main/json-structure/airflow-reprocess-behavior-structure.json",
  "name": "ReprocessBehavior",
  "description": "Internal enum for setting reprocess behavior in a backfill.\n\n:meta private:",
  "type": "string",
  "enum": [
    "failed",
    "completed",
    "none"
  ]
}