Argo · Example Payload

Argo Workflows Cron Workflow Status Example

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

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

Top-level fields

activelastScheduledTimeconditions

Example Payload

Raw ↑
{
  "active": [
    {},
    {}
  ],
  "lastScheduledTime": "example-value",
  "conditions": [
    {},
    {}
  ]
}