Argo Workflows · JSON Structure

Argo Workflows Io Argoproj Workflow V1Alpha1 Suspend Template Structure

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

Type: object Properties: 1
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.argoproj.workflow.v1alpha1.SuspendTemplate is a JSON Structure definition published by Argo Workflows, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

duration

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-workflows/refs/heads/main/json-structure/argo-workflows-io-argoproj-workflow-v1alpha1-suspend-template-structure.json",
  "name": "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"
    }
  }
}