Outputs hold parameters, artifacts, and results from a step
| 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] |