> For the complete documentation index, see [llms.txt](https://docs.laminar.run/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.laminar.run/building-an-integration/advanced/workflows.md).

# Workflows

## 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](/building-an-integration/advanced/workflows/global-workflow-object.md) as part of its execution.

Workflows can also be conditionally [ended early](/building-an-integration/advanced/workflows/workflow-exit-points.md) or invoked [by other workflows](/building-an-integration/advanced/workflows/invoke-secondary-workflows.md).
