Purpose
Use End to make the graph's stopping point explicit, especially in multi-URL and conditional workflows.
How it works
- Terminates the current execution path.
- In a multi-URL Navigate loop, returns control to the Navigate block for the next URL.
- Stops the graph when no loop work remains.
Configuration fields
This block has no configuration fields.
Usage notes
- Connect every complete branch to End so the graph is easier to read.
- Use separate End blocks for true and false condition branches when helpful.