Argo · JSON Structure

Argo Workflows Cron Workflow Status Structure

Status of a cron workflow

Type: object Properties: 3
CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

CronWorkflowStatus is a JSON Structure definition published by Argo, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

active lastScheduledTime conditions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-structure/argo-workflows-cron-workflow-status-structure.json",
  "name": "CronWorkflowStatus",
  "description": "Status of a cron workflow",
  "type": "object",
  "properties": {
    "active": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "lastScheduledTime": {
      "type": "datetime"
    },
    "conditions": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}