WorkflowStep is a reference to a template to execute in a series of step
| Name | Type | Description | Notes |
|---|---|---|---|
| arguments | V1alpha1Arguments | [optional] | |
| continue_on | V1alpha1ContinueOn | [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. | [optional] |
| template | str | Template is the name of the template to execute as the step | [optional] |
| template_ref | V1alpha1TemplateRef | [optional] | |
| when | str | When is an expression in which the step should conditionally execute | [optional] |
| with_items | list[object] | 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 | V1alpha1Sequence | [optional] |