Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.DAGTemplate

DAGTemplate is a template subtype for directed acyclic graph templates

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
failFast boolean 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
target string Target are one or more names of targets to execute in a DAG
tasks array Tasks are a list of DAG tasks MaxItems is an artificial limit to limit CEL validation costs - see note at top of file
View JSON Schema on GitHub