lam.exit
Learn more about the exit keyword
Functionality
The exit
keyword acts as an early return for a workflow. If a flow outputs the exit
keyword, Laminar will halt the workflow execution and any remaining steps will not be executed.
Invocation
Data transformation must output:
Key
Description
Type
exit
Whether or not we should exit the workflow
Boolean
Examples
Last updated
Was this helpful?