Group
Group related steps under a single named step.
Wrap a set of actions under one named step for organisation and output namespacing. The group's outputs are the merged outputs of all its child steps.
Components
| Component | Description |
|---|---|
group | Is a control component that groups multiple components together It does not execute any logic itself, but serves as a container for other components |
How is this guide?