Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 1.13 KB

V1alpha1DAGTemplate.md

File metadata and controls

13 lines (9 loc) · 1.13 KB

V1alpha1DAGTemplate

DAGTemplate is a template subtype for directed acyclic graph templates

Properties

Name Type Description Notes
fail_fast bool This flag is for DAG logic. The DAG logic has a built-in "fail fast" feature to stop scheduling new steps, as soon as it detects that one of the DAG nodes is failed. Then it waits until all DAG nodes are completed before failing the DAG itself. The FailFast flag default is true, if set to false, it will allow a DAG to run all branches of the DAG to completion (either success or failure), regardless of the failed outcomes of branches in the DAG. More info and example about this feature at argoproj/argo-workflows#1442 [optional]
target str Target are one or more names of targets to execute in a DAG [optional]
tasks list[V1alpha1DAGTask] Tasks are a list of DAG tasks

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