Searching for Successful Exits
🔗 Original page — Source of this material
Description
Allows you to find unplanned “successful” project completions, as well as breaks that occur during template execution.
How do I open the window?
- Right-click anywhere on the project canvas to open the context menu, then select Search for Successful Exits.

- Or, use the top menu: Edit → Search for Successful Exits.

What is this used for?
Sometimes, due to carelessness or inattention, you might forget to connect two actions with logic arrows, causing your project to not work the way you intended.
This could manifest as follows: the project finishes successfully, but you notice it only completed part of the work—and there were no errors.
Example:

In the screenshot above, the project will finish successfully at the click action, since it's not connected to any other actions. If your project has only 5-10 ❗→ blocks it might not seem like a problem. But if you're working on a large project with hundreds of actions, searching for such a “break” manually is unlikely to be enjoyable.
How do I work with the window?

- Quick search bar for actions or blocks with the specified function.
- List of actions that will lead to successful project completion.
- Double-click an action in the list to focus the project on that action.
The search by function works if it's specified inside the action
Example of use
For debugging, we recommend using this function after writing each template.
- Open the window.
- Compare the list of successful completions with your logic.
- Adjust the template as necessary.
So, if you made a mistake somewhere, this function will always help you by showing successful completion points in the flow.