UpdateTaskInstancesState

Properties

NameTypeDescriptionNotes
dag_run_idstrThe task instance's DAG run ID. Either set this or execution_date but not both. New in version 2.3.0[optional]
dry_runboolIf 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_datestrThe execution date. Either set this or dag_run_id but not both.[optional]
include_downstreamboolIf set to true, downstream tasks are also affected.[optional]
include_futureboolIf set to True, also tasks from future DAG Runs are affected.[optional]
include_pastboolIf set to True, also tasks from past DAG Runs are affected.[optional]
include_upstreamboolIf set to true, upstream tasks are also affected.[optional]
new_stateUpdateTaskState[optional]
task_idstrThe task ID.[optional]
any string namebool, date, datetime, dict, float, int, list, str, none_typeany string name can be used but the value must be the correct type[optional]

[Back to Model list] [Back to API list] [Back to README]