Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.SuspendTemplate

SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
duration string Duration is the seconds to wait before automatically resuming a template. Must be a string. Default unit is seconds. Could also be a Duration, e.g.: "2m", "6h"
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-argoproj-workflow-v1alpha1-suspend-template-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-io-argoproj-workflow-v1alpha1-suspend-template-schema.json",
  "title": "io.argoproj.workflow.v1alpha1.SuspendTemplate",
  "description": "SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time",
  "type": "object",
  "properties": {
    "duration": {
      "description": "Duration is the seconds to wait before automatically resuming a template. Must be a string. Default unit is seconds. Could also be a Duration, e.g.: \"2m\", \"6h\"",
      "type": "string"
    }
  }
}