Documentation
HomeAPISign In
  • Getting Started
    • Overview
      • Core Concepts
      • Building your First Workflow
    • API Reference
  • Your Data
    • Brand Kits
    • Knowledge Bases
      • Add Data
        • Upload Files
        • Web Scrape
        • Import from Google Drive
        • Import from SQL Database
        • Import from Shopify
      • Knowledge Base Search
      • Knowledge Base Metadata
      • Knowledge Base API
  • Building Workflows
    • Workflow Concepts
      • Workflow Inputs
        • Input Types
      • Workflow Outputs
      • Variable Referencing
      • Liquid Templating
    • Workflow Steps
      • AI
        • Prompt LLM
          • Model Selection Guide
          • Prompting Guide
        • Transcribe Audio File
      • Web Research
        • Google Search
        • Web Page Scrape
      • Code
        • Run Code
        • Call API
        • Format JSON
        • Run SQL Query
        • Write Liquid Text
      • Flow
        • Condition
        • Iteration
        • Human Review
        • Content Comparison
        • Error
      • Data
        • Read from Grid
        • Write to Grid
        • Search Knowledge Base
        • Write to Knowledge Base
        • Get Knowledge Base File
      • AirOps
        • Workflow
        • Agent
      • Image & Video
        • Generate Image with API
        • Search Stock Images
        • Fetch Stock Image with ID
        • Resize Image
        • Screenshot from URL
        • Create OpenGraph Image
        • Create Video Avatar
      • SEO Research
        • Semrush
        • Data4SEO
      • Content Quality
        • Detect AI Content
        • Scan Content for Plagiarism
      • Content Processing
        • Convert Markdown to HTML
        • Convert PDF URL to Text
        • Group Keywords into Clusters
      • B2B Enrichment
        • Hunter.io
        • People Data Labs
      • CMS Integrations
        • Webflow
        • WordPress
        • Shopify
        • Contentful
        • Sanity
        • Strapi
      • Analytics Integrations
        • Google Search Console
      • Collaboration Integrations
        • Gmail
        • Google Docs
        • Google Sheets
        • Notion
        • Slack
    • Testing and Iteration
    • Publishing and Versioning
  • Running Workflows
    • Run Once
    • Run in Bulk (Grid)
    • Run via API
    • Run via Trigger
      • Incoming Webhook Trigger
      • Zapier
    • Run on a Schedule
    • Error Handling
  • Grids
    • Create a Grid
      • Import from Webflow
      • Import from Wordpress
      • Import from Semrush
      • Import from Google Search Console
    • Add Columns in the Grid
    • Run Workflows in the Grid
      • Add Workflow Column
      • Run Workflow Column
      • Map Workflow Outputs
      • Review Workflow Run Metadata
    • Review Content in the Grid
      • Review Markdown Content
      • Review HTML Content
      • Compare Content Difference
    • Publish to CMS from Grid
    • Pull Analytics in the Grid
    • Export as CSV
  • Copilot
    • Chat with Copilot
    • Edit Workflows with Copilot
    • Fix Errors with Copilot
  • Monitoring
    • Task Usage
    • Analytics
    • Alerts
    • Execution History
  • Your Workspace
    • Create a Workspace
    • Folders
    • Settings
    • Billing
    • Use your own LLM API Keys
    • Secrets
    • Team and Permissions
  • Chat Agents (Legacy)
    • Agent Quick Start
    • Chat Agents
    • Integrate Agents
      • Widget
      • Client Web SDK
  • About
    • Ethical AI and IP Production
    • Principles
    • Security and Compliance
Powered by GitBook
On this page
  • Accessing a Workflow's Execution History
  • How to Retry an Errored Execution

Was this helpful?

  1. Monitoring

Execution History

Monitor your Workflows with execution history

Last updated 2 months ago

Was this helpful?

After publishing and running your workflow, you may want to review the execution details, results, and any issues that occurred. The History tab provides comprehensive insights into your workflow runs, allowing you to:

  • View successful completions and their outputs

  • Identify and troubleshoot any errors or unexpected results

  • Analyze performance metrics and execution times

  • Review input parameters used in previous runs

  • Track the progress of running workflows

Accessing a Workflow's Execution History

  1. After the Workflow has been published, click on the Workflow > History

  2. You can filter your executions by:

    1. Timeframe: filter executions by custom timeframe

    2. Status: filter executions by its status: Cancelled, Error, Pending, Review Needed, Running, Success

  3. Click Columns in order to display inputs or output from your workflow

  4. To view complete details about an execution, click on View

    1. Details: view the source, version, task cost, UUID, runtime, and error details

    2. Input: view the input of the execution

    3. Output: view the output of the execution

    4. Logs: view the outputs of each step of the execution

How to Retry an Errored Execution

AirOps execution history allows you to retry a workflow using the same version that was published at the time of the original execution.

This is helpful to retry server errors from external API providers or an OpenAI rate limit error.

However, this would not be helpful to retry user errors, such as incorrect code, incorrect liquid syntax, etc.

To retry an errored execution:

  1. Filter the Status to Error

  2. Click on Workflow > History

  3. Click Retry in the Actions column