> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lindy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tasks

<div style={{ display: 'flex', justifyContent: 'center', margin: '2rem 0' }}>
  <div className="video-card">
    <video src="https://lindy-docs-content.nyc3.digitaloceanspaces.com/Tasks.mp4" width="600" autoPlay muted loop playsInline style={{ display: 'block', width: '100%', borderRadius: '16px' }} />
  </div>
</div>

## Quick Overview

The Tasks view is your dashboard for monitoring your agent's work. Every time your agent runs a workflow, it creates a task that you can track and inspect in real-time.

You can see exactly what your agent is doing at each step, watch workflows execute live, and quickly spot any errors or issues. It's essential for debugging problems and understanding how your automations are performing.

## How to access Tasks

<Steps>
  <Step title="Click the Tasks button">
    Click the "Tasks" button to access your Task History view

    <Frame>
      <img src="https://mintcdn.com/lindyai/Pb4BV8JAHp4lkO2R/lindy-brand-assets/tasks_1.png?fit=max&auto=format&n=Pb4BV8JAHp4lkO2R&q=85&s=c99afeac1fd2278bd51c373f48d22eae" alt="Tasks interface access" width="3024" height="1716" data-path="lindy-brand-assets/tasks_1.png" />
    </Frame>
  </Step>

  <Step title="Monitor your workflows">
    View all task executions with their current status

    <Frame>
      <img src="https://mintcdn.com/lindyai/Pb4BV8JAHp4lkO2R/lindy-brand-assets/tasks_2.png?fit=max&auto=format&n=Pb4BV8JAHp4lkO2R&q=85&s=c7f10db355a9443154e5e0fc1ad6f3f5" alt="Task status overview" width="3024" height="1714" data-path="lindy-brand-assets/tasks_2.png" />
    </Frame>
  </Step>

  <Step title="Real-time execution monitoring">
    Watch your workflows execute in real-time with live step-by-step chronological execution of all steps.

    <Frame>
      <img src="https://mintcdn.com/lindyai/Pb4BV8JAHp4lkO2R/lindy-brand-assets/tasks_3.png?fit=max&auto=format&n=Pb4BV8JAHp4lkO2R&q=85&s=03efffc7fd5b4f5a68ce430d58a18b03" alt="Task status overview" width="3024" height="1712" data-path="lindy-brand-assets/tasks_3.png" />
    </Frame>
  </Step>
</Steps>

### Example task monitoring

<div style={{ display: 'flex', justifyContent: 'center', margin: '2rem 0' }}>
  <div className="video-card">
    <video src="https://mintcdn.com/lindyai/Pb4BV8JAHp4lkO2R/lindy-brand-assets/tasks_5.mp4?fit=max&auto=format&n=Pb4BV8JAHp4lkO2R&q=85&s=51924f70cd2624a69d3442932c2c9290" width="600" autoPlay muted loop playsInline style={{ display: 'block', width: '100%', borderRadius: '16px' }} data-path="lindy-brand-assets/tasks_5.mp4" />
  </div>
</div>

Click on any individual task to see:

* Subtasks if looping was used in the workflow
* Every single step your Lindy executed in that workflow
* The exact order of operations
* Input and output data for each step
* Timestamps showing when each step was completed
* Any decisions or conditions your Lindy evaluated

### Error detection and troubleshooting

<Frame>
  <img src="https://mintcdn.com/lindyai/Pb4BV8JAHp4lkO2R/lindy-brand-assets/tasks_6.png?fit=max&auto=format&n=Pb4BV8JAHp4lkO2R&q=85&s=ef59fc3c1504b8ea4b83a6dde6e9bab6" alt="Error detection interface" width="2990" height="1558" data-path="lindy-brand-assets/tasks_6.png" />
</Frame>

Quickly identify and resolve issues with:

* Exact error location and failure reasons
* Detailed error messages and debugging information

<Tip>
  Use the Tasks view alongside Test Mode in the Flow Editor to compare expected vs. actual results and iterate on your workflows.
</Tip>

## What you can see in real-time

### Live execution tracking

Monitor your workflows as they happen:

* Watch each step execute in real-time
* See which step is currently running
* Track progress through complex workflows
* Monitor overall task completion times

### Data flow visibility

See exactly how information moves through your workflow:

* Data being passed between steps
* API responses and extracted information
* How information transforms as it moves through your workflow
* Processed results and final outputs

## Task monitoring benefits

### Proactive problem solving

Stay ahead of issues with:

* Immediate error detection and notifications
* Email alerts when errors occur
* Detailed error information for quick fixes
* Prevention of workflow failures

<Frame>
  <img src="https://mintcdn.com/lindyai/C8FfeR01UMnuv-H3/lindy-brand-assets/email-error.png?fit=max&auto=format&n=C8FfeR01UMnuv-H3&q=85&s=b03ae3d572326b7eb21d2c42bf19708e" alt="Integration monitoring" width="686" height="311" data-path="lindy-brand-assets/email-error.png" />
</Frame>

<Note>
  Need help troubleshooting a specific task?

  Check out our [debugging guide](/testing/debugging) for detailed troubleshooting steps and common solutions.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Actions" href="/fundamentals/lindy-101/actions" icon="arrow-pointer">
    Explore what actions can do in a workflow
  </Card>

  <Card title="Testing Workflows" href="/testing/test-panel" icon="play">
    Test workflows before deployment
  </Card>

  <Card title="Debugging" href="/testing/debugging" icon="bug">
    Learn to troubleshoot common issues
  </Card>

  <Card title="Monitoring Agents" href="/testing/monitoring-your-agents" icon="magnifying-glass">
    Track performance and task execution
  </Card>
</CardGroup>
