Exit Point Node Parameters
The Exit Point node (exit-point) performs a transition from the current section to another section of the same process or (when supported) to another process. In Node Inspector (right panel) the following sections are available:
Transition Type (crossProcess)
- false — internal transition within the same process (default).
- true — transition to another process (currently disabled, feature in development).
Tip: targetSection — selected from the sections list; crossProcess — currently disabled (default false).
Target Process (if crossProcess = true)
- Target process — process to transition to. Selection available only when crossProcess is enabled.
Available Sections (targetSection)
- Target section (targetSection) — ID of the section to transition to.
- Section list is formed from all sections of the current process.
- Each section has an Entry Point with
connectorAlias— transition leads to it.
Section Search
In the dropdown you can search for a section by name. The selected section is stored as targetSection (ID).
Navigation to Selected Section
After selecting targetSection, scenario execution transitions to the Entry Point node of that section. Dialogue context (variables, chat_id, channel) is preserved.