github.com/oam-dev/kubevela@v1.9.11/pkg/definition/gen_sdk/testdata/step-group.cue (about)

     1  "step-group": {
     2  	type: "workflow-step"
     3  	annotations: {
     4  		"category": "Process Control"
     5  	}
     6  	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."
     7  }
     8  template: {
     9  	// no parameters, the nop only to make the template not empty or it's invalid
    10  	nop: {}
    11  }