Skip to main content

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.

Syntax

stopExecution()

Description

Stops processing the current input after this Node. Returns: void

Example

// Stop execution after this Node to prevent further processing of the current input
stopExecution();