Schema
BranchAction
Action for conditional branches.
| Field | Type | Description |
|---|---|---|
goto | string | null | Target step ID |
steps | any[] | null | Inline steps to execute |
skip | boolean | null | Skip to next step |
fail | string | null | Fail with message |
Action for conditional branches.
| Field | Type | Description |
|---|---|---|
goto | string | null | Target step ID |
steps | any[] | null | Inline steps to execute |
skip | boolean | null | Skip to next step |
fail | string | null | Fail with message |