lam.exit
Learn more about the exit keyword
Invocation
Data transformation for a flow must output:
Key
Description
Type
exit
The value for whether or whether not we should exit a workflow.
Boolean
Functionality
The exit
keyword can be thought of as an early return for a workflow. If at any point a flow inside a workflow outputs the exit
keyword. Laminar will halt the execution of the workflow and any remaining steps will not be executed.
Examples
Last updated