Action goto_alias
System ID:
action_goto_alias
Description
Sets the next scenario position by node alias. The alias supports placeholders (dynamic jump). If the alias is not found — the jump is not performed (no separate error branch).
Events (scenario branches)
No branch events (the action does not return an event name).
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
alias | string | yes | — | Target node alias (placeholders) |
Configuration example
{
"alias": "{{selected_section}}"
}