set_task_instances_state
Change the state of Airflow task instances to manage workflow execution, such as marking tasks as failed or successful for troubleshooting or manual intervention.
Instructions
Set a state of task instances
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| state | Yes | ||
| task_ids | No | ||
| execution_date | No | ||
| include_upstream | No | ||
| include_downstream | No | ||
| include_future | No | ||
| include_past | No | ||
| dry_run | No |