Argo Workflows · Example Payload

Argo Workflows Io Argoproj Workflow V1Alpha1 Cron Workflow Status Example

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

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

Top-level fields

activeconditionsfailedlastScheduledTimephasesucceeded

Example Payload

Raw ↑
{
  "active": [
    "example-active",
    "example-active"
  ],
  "conditions": [
    "example-conditions",
    "example-conditions"
  ],
  "failed": 11,
  "lastScheduledTime": "example-lastscheduledti",
  "phase": "Running",
  "succeeded": 62
}