# IoPeriodArgoprojPeriodWorkflowPeriodV1alpha1PeriodOutputs

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifacts** | Option<[**Vec<crate::models::IoPeriodArgoprojPeriodWorkflowPeriodV1alpha1PeriodArtifact>**](io.argoproj.workflow.v1alpha1.Artifact.md)> | Artifacts holds the list of output artifacts produced by a step | [optional]
**exit_code** | Option<**String**> | ExitCode holds the exit code of a script template | [optional]
**parameters** | Option<[**Vec<crate::models::IoPeriodArgoprojPeriodWorkflowPeriodV1alpha1PeriodParameter>**](io.argoproj.workflow.v1alpha1.Parameter.md)> | Parameters holds the list of output parameters produced by a step | [optional]
**result** | Option<**String**> | Result holds the result (stdout) of a script template | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)