| # UpdateTaskInstancesState |
| |
| |
| ## Properties |
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **dag_run_id** | **str** | The task instance's DAG run ID. Either set this or execution_date but not both. *New in version 2.3.0* | [optional] |
| **dry_run** | **bool** | If set, don't actually run this operation. The response will contain a list of task instances planned to be affected, but won't be modified in any way. | [optional] if omitted the server will use the default value of True |
| **execution_date** | **str** | The execution date. Either set this or dag_run_id but not both. | [optional] |
| **include_downstream** | **bool** | If set to true, downstream tasks are also affected. | [optional] |
| **include_future** | **bool** | If set to True, also tasks from future DAG Runs are affected. | [optional] |
| **include_past** | **bool** | If set to True, also tasks from past DAG Runs are affected. | [optional] |
| **include_upstream** | **bool** | If set to true, upstream tasks are also affected. | [optional] |
| **new_state** | [**UpdateTaskState**](UpdateTaskState.md) | | [optional] |
| **task_id** | **str** | The task ID. | [optional] |
| **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] |
| |
| [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| |
| |