> 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/flows.md).

# Flows

## 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:

1. Receive Input data (If applicable)
2. Performs task and updates the [Global Workflow Object](/building-an-integration/advanced/workflows/global-workflow-object.md).
