Skip to content

Files

Latest commit

bc10222 · May 16, 2024

History

History
23 lines (19 loc) · 2.51 KB

IoArgoprojWorkflowV1alpha1DAGTask.md

File metadata and controls

23 lines (19 loc) · 2.51 KB

IoArgoprojWorkflowV1alpha1DAGTask

Properties

Name Type Description Notes
arguments IoArgoprojWorkflowV1alpha1Arguments Arguments are the parameter and artifact arguments to the template [optional]
continue_on IoArgoprojWorkflowV1alpha1ContinueOn ContinueOn makes argo to proceed with the following step even if this step fails. Errors and Failed states can be specified [optional]
dependencies list[str] Dependencies are name of other targets which this depends on [optional]
depends str Depends are name of other targets which this depends on [optional]
hooks dict(str, IoArgoprojWorkflowV1alpha1LifecycleHook) Hooks hold the lifecycle hook which is invoked at lifecycle of task, irrespective of the success, failure, or error status of the primary task [optional]
inline IoArgoprojWorkflowV1alpha1Template Inline is the template. Template must be empty if this is declared (and vice-versa). [optional]
name str Name is the name of the target
on_exit str OnExit is a template reference which is invoked at the end of the template, irrespective of the success, failure, or error of the primary template. DEPRECATED: Use Hooks[exit].Template instead. [optional]
template str Name of template to execute [optional]
template_ref IoArgoprojWorkflowV1alpha1TemplateRef TemplateRef is the reference to the template resource to execute. [optional]
when str When is an expression in which the task should conditionally execute [optional]
with_items list[IoArgoprojWorkflowV1alpha1Item] WithItems expands a task into multiple parallel tasks from the items in the list [optional]
with_param str WithParam expands a task into multiple parallel tasks from the value in the parameter, which is expected to be a JSON list. [optional]
with_sequence IoArgoprojWorkflowV1alpha1Sequence WithSequence expands a task into a numeric sequence [optional]

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