github.com/kubevela/workflow@v0.6.0/charts/vela-workflow/templates/definitions/suspend.yaml (about)

     1  # Code generated by KubeVela templates. DO NOT EDIT. Please edit the original cue file.
     2  # Definition source cue file: vela-templates/definitions/internal/suspend.cue
     3  apiVersion: core.oam.dev/v1beta1
     4  kind: WorkflowStepDefinition
     5  metadata:
     6    annotations:
     7      definition.oam.dev/description: Suspend the current workflow, it can be resumed by 'vela workflow resume' command.
     8    name: suspend
     9    namespace: {{ include "systemDefinitionNamespace" . }}
    10  spec:
    11    schematic:
    12      cue:
    13        template: |
    14          parameter: {
    15          	// +usage=Specify the wait duration time to resume workflow such as "30s", "1min" or "2m15s"
    16          	duration?: string
    17          }
    18