Argo · Example Payload

Argo Workflows Inputs Example

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

Argo Workflows Inputs Example is an example object payload from Argo, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

parametersartifacts

Example Payload

Raw ↑
{
  "parameters": [
    "example-value",
    "example-value"
  ],
  "artifacts": [
    "example-value",
    "example-value"
  ]
}