{% step %}
Attributes
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | — | Stable name so this step can be targeted by a join tag |
action | string | — | Bare action name for fire-and-forget operations |
operation | string | — | Bare operation name for request/response steps |
actor | string | — | Qualified role id performing this step (e.g., 'role/user') |
label | string | — | Optional display label for this step in the diagram |
Valid Children
| Tag | Multiplicity |
|---|---|
{% branch %} | [?] |
Valid Parent Contexts
This tag is valid inside: {% flow %}
A single step in a \{% flow %\} sequence. Use action for fire-and-forget, operation for request/response. Omit both for client-side steps.
Step with named id and action for join targeting
{% step id="submit" action="submit-url" actor="role/user" %}User enters a URL in the sidebar.{% /step %}