UpdateTaskInstancesState

Properties

NameTypeDescriptionNotes
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
task_idstrThe task ID.[optional]
execution_datestrThe execution date.[optional]
include_upstreamboolIf set to true, upstream tasks are also affected.[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]
new_statestrExpected new state.[optional]

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