Prompteus Documentation home page
Search...
⌘K
Blog
Community
GitHub
Status
Introduction
What is Prompteus?
Use Cases: Feature Deep Dive
Neurons
Introduction to Neurons
Calling Neurons
Neuron Editor
Introduction to the Neuron Editor
Version Management & Deployment
Neuron Node Types
Set System Instructions
Replace Words in Prompt
If Input Contains
Randomized Split
Call AI Model
Call Neuron
Replace Words in Response
If Output Contains
Use Output
Stop Execution
Serve Output
Neuron Settings
Execution Logs
Features
Dashboard
MCP Servers
Providers
Sandbox
Settings & Billing
Prompteus API Keys
Team Settings
Billing
Support
Dashboard
Prompteus Documentation home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Neuron Node Types
Stop Execution
Guides
Guides
Neuron Node Types
Stop Execution
Learn how to use the
Stop Execution
node to conditionally halt workflow execution.
The
Stop Execution
node immediately halts the execution of your workflow when reached, preventing any subsequent nodes from running.
Functionality
The
Stop Execution
node:
Immediately stops workflow execution
Can be used in conditional branches
Useful for error handling and flow control
Usage Examples
Scenario: Error Handling
In this example, the
Stop Execution
node prevents further processing when invalid input is detected.
Scenario: Conditional Processing
Tips and Best Practices
Use in combination with conditional nodes for flow control
Place strategically in error handling branches
Consider adding logging or notification nodes before
Stop Execution
Use to prevent unnecessary processing when conditions aren’t met
Previous
Serve Output
Learn how to use the Serve Output node to return results from your workflow.
Next
On this page
Functionality
Usage Examples
Scenario: Error Handling
Scenario: Conditional Processing
Tips and Best Practices
Assistant
Responses are generated using AI and may contain mistakes.