Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 964 Bytes

File metadata and controls

14 lines (10 loc) · 964 Bytes

ArgoWorkflowsClient.Model.IoArgoprojWorkflowV1alpha1Outputs

Outputs hold parameters, artifacts, and results from a step

Properties

Name Type Description Notes
Artifacts List<IoArgoprojWorkflowV1alpha1Artifact> Artifacts holds the list of output artifacts produced by a step [optional]
ExitCode string ExitCode holds the exit code of a script template [optional]
Parameters List<IoArgoprojWorkflowV1alpha1Parameter> Parameters holds the list of output parameters produced by a step [optional]
Result string Result holds the result (stdout) of a script template [optional]

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