Argo Workflows · Example Payload

Argo Workflows Io Argoproj Workflow V1Alpha1 Cron Workflow Spec Example

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Top-level fields

concurrencyPolicyfailedJobsHistoryLimitschedulesstartingDeadlineSecondsstopStrategysuccessfulJobsHistoryLimitsuspendtimezonewhenworkflowMetadataworkflowSpec

Example Payload

Raw ↑
{
  "concurrencyPolicy": "example-concurrencypoli",
  "failedJobsHistoryLimit": 94,
  "schedules": [
    "example-schedules",
    "example-schedules"
  ],
  "startingDeadlineSeconds": 73,
  "stopStrategy": "example-stopstrategy",
  "successfulJobsHistoryLimit": 87,
  "suspend": true,
  "timezone": "example-timezone",
  "when": "example-when",
  "workflowMetadata": "example-workflowmetadat",
  "workflowSpec": "example-workflowspec"
}