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

Was this helpful?

  1. Platform
  2. Advanced
  3. Flows

Flow Types

Learn about the various flow types that we support.

PreviousFlowsNextHTTP Request

Last updated 1 month ago

Was this helpful?

There are multiple workflow flow types, each designed for specific tasks, such as HTTP requests, data transformations.

The supported flow types are:

  • : used to send or receive data through REST APIs.

  • : used to transform data to a desired format.

HTTP Requests
General Transform