ClearTaskInstance

Properties

NameTypeDescriptionNotes
DryRunboolIf set, don't actually run this operation. The response will contain a list of task instances planned to be cleaned, but not modified in any way.[optional] [default to true]
StartDatestringThe minimum execution date to clear.[optional]
EndDatestringThe maximum execution date to clear.[optional]
OnlyFailedstringOnly clear failed tasks.[optional]
OnlyRunningstringOnly clear running tasks.[optional]
IncludeSubdagsboolClear tasks in subdags and clear external tasks indicated by ExternalTaskMarker.[optional]
IncludeParentdagboolClear tasks in the parent dag of the subdag.[optional]
ResetDagRunsboolSet state of DAG Runs to RUNNING.[optional]

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