> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# stopExecution

## Syntax

`stopExecution()`

## Description

Stops processing the current input after this Node.

**Returns:** `void`

## Example

```js theme={null}
// Stop execution after this Node to prevent further processing of the current input
stopExecution();
```
