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

Latest commit

 

History

History
20 lines (16 loc) · 1.4 KB

V1alpha1WorkflowStep.md

File metadata and controls

20 lines (16 loc) · 1.4 KB

V1alpha1WorkflowStep

WorkflowStep is a reference to a template to execute in a series of step

Properties

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]

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