Workflows
Learn about Workflows in Laminar
Overview
Workflows in Laminar are sequences of flows that represent business logic. When building an integration in Laminar, workflows are used to group sets of flows together that perform a business operation.
Each workflow will run its flows in sequence, and will store a Global Workflow Object as part of its execution.
Workflows can also be conditionally ended early or invoked by flows using Laminar Keywords.
Workflow Model
Field | Type |
---|---|
id | Integer (int64) |
name | String |
description | String |
createdAt | DateTime |
Last updated