Flows
Learn about Flows in Laminar
Overview
Flows in Laminar are functions that handle a specific task in the context of a business operation.
They can be programmed to run data transformations, execute http requests using Javascript. Each flow runs as part of a Workflow and has an execution order.
Sequence of execution
Flows run the following sequence to complete:
Receive Input data (If applicable)
Performs task and updates the Global Workflow Object.
Last updated
Was this helpful?