Group
Configuration
- type: group
steps: # Required: Array of steps to execute
- type: log
message: "Step 1"
- type: http
url: "https://api.example.com"
loop: [1, 2, 3] # Optional: Array or jmespath expression for iteration
env: # Optional: Environment variables for all steps
ENV_VAR1: "value1"
ENV_VAR2: "value2"
on_failure: abort # Optional: abort/warn/quiet/skip
id: my_id # Optional. Will be generated. Use `log` hook with {runtime_state} to view state.Properties
Property
Required
Description
Output
Examples
Basic Step Group
Loop Over Array
Loop Over Previous Hook Results
Conditional Step Execution in Loop
Environment Variables in Group
Nested Groups
Last updated
Was this helpful?