Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.Outputs

Outputs hold parameters, artifacts, and results from a step

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
artifacts array Artifacts holds the list of output artifacts produced by a step
exitCode string ExitCode holds the exit code of a script template
parameters array Parameters holds the list of output parameters produced by a step
result string Result holds the result (stdout) of a script or container template, or the response body of an HTTP template
View JSON Schema on GitHub