Laminar
  • Laminar
  • Platform
    • Overview
    • Getting Started
    • Advanced
      • Workflows
        • Global Workflow Object
        • HTTP Request Batching
        • Workflow Exit Points
        • Invoke Secondary Workflows
      • Configurations
      • Flows
        • Flow Types
          • HTTP Request
          • Data Transformations
        • Supported Languages
      • Managing Notifications
    • Best Practices
    • Keywords
      • lam.resolveThenExecute
      • lam.exit
      • lam.execute
      • lam.asyncExecute
      • lam.httpRequest
      • lam.httpRequests
  • API
    • Executing a Workflow
    • Creating a Configuration
    • Authentication
    • Changelog
  • External Links
    • Book a Demo
    • Sign In
Powered by GitBook
On this page
  • Overview
  • Sequence of execution

Was this helpful?

  1. Platform
  2. Advanced

Flows

Learn about Flows in Laminar

PreviousConfigurationsNextFlow Types

Last updated 2 months ago

Was this helpful?

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