Argo Workflows · Example Payload

Argo Workflows Io Argoproj Workflow V1Alpha1 Workflow Step Example

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Argo Workflows Io Argoproj Workflow V1Alpha1 Workflow Step Example is an example object payload from Argo Workflows, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

argumentscontinueOnhooksinlinenameonExittemplatetemplateRefwhenwithItemswithParamwithSequence

Example Payload

Raw ↑
{
  "arguments": "value",
  "continueOn": "example-continueon",
  "hooks": {},
  "inline": "example-inline",
  "name": "my-workflow",
  "onExit": "example-onexit",
  "template": "workflow-template",
  "templateRef": "workflow-template",
  "when": "example-when",
  "withItems": [
    "example-withitems",
    "example-withitems"
  ],
  "withParam": "value",
  "withSequence": "example-withsequence"
}