github.com/kubevela/workflow@v0.6.0/charts/vela-workflow/templates/definitions/step-group.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/step-group.cue
     3  apiVersion: core.oam.dev/v1beta1
     4  kind: WorkflowStepDefinition
     5  metadata:
     6    annotations:
     7      definition.oam.dev/description: A special step that you can declare 'subSteps' in it, 'subSteps' is an array containing any step type whose valid parameters do not include the `step-group` step type itself. The sub steps were executed in parallel.
     8    labels:
     9      custom.definition.oam.dev/ui-hidden: "true"
    10    name: step-group
    11    namespace: {{ include "systemDefinitionNamespace" . }}
    12  spec:
    13    schematic:
    14      cue:
    15        template: |
    16          // no parameters, the nop only to make the template not empty or it's invalid
    17          nop: {}
    18