lam.exit
Learn more about the exit keyword
Last updated
Learn more about the exit keyword
Last updated
Data transformation for a flow must output:
Key | Description | Type |
---|---|---|
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.
exit
The value for whether or whether not we should exit a workflow.
Boolean