Name | Type | Description | Notes |
---|---|---|---|
arguments | IoArgoprojWorkflowV1alpha1Arguments | Arguments hold 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] |
hooks | dict(str, IoArgoprojWorkflowV1alpha1LifecycleHook) | Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step | [optional] |
inline | IoArgoprojWorkflowV1alpha1Template | Inline is the template. Template must be empty if this is declared (and vice-versa). | [optional] |
name | str | Name of the step | [optional] |
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 | Template is the name of the template to execute as the step | [optional] |
template_ref | IoArgoprojWorkflowV1alpha1TemplateRef | TemplateRef is the reference to the template resource to execute as the step. | [optional] |
when | str | When is an expression in which the step should conditionally execute | [optional] |
with_items | list[IoArgoprojWorkflowV1alpha1Item] | WithItems expands a step into multiple parallel steps from the items in the list | [optional] |
with_param | str | WithParam expands a step into multiple parallel steps from the value in the parameter, which is expected to be a JSON list. | [optional] |
with_sequence | IoArgoprojWorkflowV1alpha1Sequence | WithSequence expands a step into a numeric sequence | [optional] |