How to Use the 'End' Component in wolkvox Studio
Table of Contents
Introduction
The **"End"** component is used to properly close a flow or a route within a **routing point** or **Agent Scripting**. It is mandatory for all routes in the design to end with a component of this type; otherwise, compilation errors will appear in the **"Compile Log"**, indicating that there are unfinished paths. You can have one or multiple **"End"** components, and multiple routes can converge into the same one.
Configuration
- Click on the **"End"** component in the top menu and place it in the design area.
- You can place as many **"End"** components as needed, depending on the routes in your flow.
- From the last component of each route, create a link to the **"End"** component.
- It is valid for multiple routes to point to the same **"End"**; this helps simplify the design when the flow closure is common to several paths.
- Visually review your flow to ensure that all branches end in an **"End"** component.

- Compile the routing point.
- If a route ends in a different component without linking to an **"End"**, it will be considered incomplete.
- If any route does not end in an **"End"**, an error message will appear in the **Compile Log** panel, indicating the component or link causing the issue.
- Fix the design by connecting that route to an **"End"** component and recompile until no errors are displayed.
