Argo Workflows · Example Payload

Argo Workflows Io Argoproj Workflow V1Alpha1 Dag Task Example

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

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

Top-level fields

argumentscontinueOndependenciesdependshooksinlinenameonExittemplatetemplateRefwhenwithItemswithParamwithSequence

Example Payload

Raw ↑
{
  "arguments": "value",
  "continueOn": "example-continueon",
  "dependencies": [
    "example-dependencies",
    "example-dependencies"
  ],
  "depends": "example-depends",
  "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"
}