github.com/oam-dev/kubevela@v1.9.11/docs/examples/workflow/step-group/README.md (about) 1 # Step Group 2 3 ## How to start 4 5 Edit a yaml file as `example.yaml`, then execute it with `vela up` command. 6 7 ## Parameter Introduction 8 9 `step-group` has a `subSteps` parameter which is an array containing any step type whose valid parameters do not include the `step-group` step type itself. 10 11 `step-group` doesn't support `properties` for now. 12 13 ## Execute process 14 15 When executing the `step-group` step, the subSteps in the step group are executed in dag mode. The step group will only complete when all subSteps have been executed to completion. 16 SubStep has the same execution behavior as a normal step.