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 Runs

Learn about Flow Runs in Laminar

Overview

Flow Runs in Laminar are instances of flow executions within workflows. They manage and track the transformation and transfer of data from input to transformed data.

Flow Runs are critical for debugging integrations in Laminar. They provide logs and status updates for each execution. They also store execution details, including:

  • Start and completion timestamps to track the duration of data processing.

  • Status updates to monitor the success or failure of the operations.

  • Execution logs for JQ debugging.

  • Payloads, transformations, and responses to verify and validate the data inputs and outputs of the transformations.

Last updated 2 months ago

Was this helpful?