post_set_task_instances_state
Change the state of task instances in Airflow workflows by specifying DAG, task, and run details. Supports updating downstream, upstream, past, and future tasks, with options for dry run and custom states.
Instructions
post_set_task_instances_state
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | No | ||
dag_run_id | No | ||
dry_run | No | ||
execution_date | No | ||
include_downstream | No | ||
include_future | No | ||
include_past | No | ||
include_upstream | No | ||
new_state | No | ||
task_id | No |