set_task_instances_state
Modify the state of task instances in Apache Airflow by specifying DAG IDs, task IDs, and execution dates. Supports optional parameters to include upstream, downstream, past, or future tasks, and enables dry-run testing.
Instructions
Set a state of task instances
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes | ||
dry_run | No | ||
execution_date | No | ||
include_downstream | No | ||
include_future | No | ||
include_past | No | ||
include_upstream | No | ||
state | Yes | ||
task_ids | No |