Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.CronWorkflowStatus

CronWorkflowStatus is the status of a CronWorkflow

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
active array Active is a list of active workflows stemming from this CronWorkflow
conditions array Conditions is a list of conditions the CronWorkflow may have
failed integer v3.6 and after: Failed counts how many times child workflows failed
lastScheduledTime object LastScheduleTime is the last time the CronWorkflow was scheduled
phase string v3.6 and after: Phase is an enum of Active or Stopped. It changes to Stopped when stopStrategy.expression is true
succeeded integer v3.6 and after: Succeeded counts how many times child workflows succeeded
View JSON Schema on GitHub