mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-23 22:46:53 +00:00
Signed-off-by: Qiang Zheng <zhengq20018@cmbchina.com>
Fix: step group documentation update and bug fix of firstExecuteTime not record
Signed-off-by: Qiang Zheng <zhengq20018@cmbchina.com>
(cherry picked from commit 751dd181be)
Co-authored-by: Qiang Zheng <zhengq20018@cmbchina.com>
24 lines
610 B
Markdown
24 lines
610 B
Markdown
# Step Group
|
|
|
|
## How to start
|
|
|
|
Edit a yaml file as `example.yaml`, then execute it with `vela up` command.
|
|
|
|
## Parameter Introduction
|
|
|
|
`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.
|
|
|
|
`step-group` doesn't support `properties` for now.
|
|
|
|
## Execute process
|
|
|
|
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.
|
|
SubStep has the same execution behavior as a normal step.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|