Apache Airflow · Schema

ClearTaskInstancesBody

Request body for Clear Task Instances endpoint.

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

Properties

Name Type Description
dry_run boolean
start_date object
end_date object
only_failed boolean
only_running boolean
reset_dag_runs boolean
task_ids object A list of `task_id` or [`task_id`, `map_index`]. If only the `task_id` is provided for a mapped task, all of its map indices will be targeted.
dag_run_id object
include_upstream boolean
include_downstream boolean
include_future boolean
include_past boolean
run_on_latest_version boolean (Experimental) Run on the latest bundle version of the dag after clearing the task instances.
prevent_running_task boolean
note object
View JSON Schema on GitHub