Skip to main content

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.

image-20200810-121533

How do I open the window?

  • Right-click anywhere on the project canvas to open the context menu, then select Search for Successful Exits.

image-20210531-133012

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

image-20210531-132844

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:

image-20210531-133415

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?

image-20200810-183739

  1. Quick search bar for actions or blocks with the specified function.
  2. List of actions that will lead to successful project completion.
  3. Double-click an action in the list to focus the project on that action.
Note

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.

  1. Open the window.
  2. Compare the list of successful completions with your logic.
  3. 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.