/
Abort

Abort

 

Cloud_Edition_button.webp

The Abort function stops stream execution. It can be used independently to unconditionally halt a stream or work with other functions that apply conditions to determine when a stream should stop—for example, in cases of critical errors or invalid data during processing.

Here are some scenarios where the Abort function might be useful:

  • Data validation: Halt processing if incoming data fails to meet specific criteria.

  • Business logic: Enforce business rules that require stopping processing under certain conditions.

  • Debugging: Pause execution at a specific point during development or troubleshooting.

Subsections

This section contains the following subsection: