# 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).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.laminar.run/building-an-integration/advanced/workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
