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

# Viewing Task History

> Quickly view a timeline and status of previous workflow executions.

## Overview

Task History keeps track of your workflow executions and lives on the left side of the dashboard. It serves as a timeline and an easy way to navigate through your workflow history, revisit any failed workflows, and get a step-by-step breakdown of the executed tasks in each one.

<Frame caption="">
  <img src="https://mintcdn.com/paragon/HSp5hB8tE4Z6e44m/assets/Task%20History%20overview.png?fit=max&auto=format&n=HSp5hB8tE4Z6e44m&q=85&s=1cb635ed1eb8656e7a2ca740b67a0dbc" width="832" height="346" data-path="assets/Task History overview.png" />
</Frame>

Under Task History, you can find information about each workflow:

* **Status** (e.g. Success or Errored)

* **Trigger method** (e.g. every 5 minutes or via HTTP request)

* **Time and date** your workflow ran

Clicking anywhere on a workflow provides you with a detailed view of the status of each step related to that workflow.

## Detailed task execution

Each workflow in your Task History includes a step-by-step breakdown of the tasks related to the workflow. In this view, the Task History also shows:

* How long it took your workflow to run

* Number of steps executed

* List of each executed step

<Frame caption="">
  <img src="https://mintcdn.com/paragon/867oBBVpxd2C3zc4/assets/Viewing%20steps%20in%20Paragon.png?fit=max&auto=format&n=867oBBVpxd2C3zc4&q=85&s=8d9d9a82df2a0097ab479e6ba55fd9d2" width="1650" height="850" data-path="assets/Viewing steps in Paragon.png" />
</Frame>

## Following your workflow

Paragon also allows you to visualize the flow of data throughout each workflow execution, making it easy for teams to track and debug. A **blue path** indicates the path taken by your workflow while running. A **grey path** indicates the path exists in the workflow but was not taken during this execution.

<Frame caption="">
  <img src="https://mintcdn.com/paragon/jCM_Y_j0HttScr1R/assets/Following%20workflow%20execution.png?fit=max&auto=format&n=jCM_Y_j0HttScr1R&q=85&s=b2055a3b2720cb33801db64cf6d2e12b" width="2144" height="1292" data-path="assets/Following workflow execution.png" />
</Frame>

## Editing and replaying

<Frame caption="">
  <img src="https://mintcdn.com/paragon/jCM_Y_j0HttScr1R/assets/Editing%20and%20Replaying%20Tasks%20in%20Paragon.png?fit=max&auto=format&n=jCM_Y_j0HttScr1R&q=85&s=95fffae68ade25f4c8552ffe667d513b" width="1940" height="702" data-path="assets/Editing and Replaying Tasks in Paragon.png" />
</Frame>

* **Editing the Workflow:** Pressing the "Edit Workflow" button allows you to make changes to your workflow.

* **Replaying the Workflow:** Pressing the "Replay" button re-runs your currently deployed workflow. This is useful if you want to replay a workflow that initially failed.

<Info>
  **Replaying a workflow**

  This replays your workflow in its **Currently deployed** state with the original input data.
</Info>

## Filtering

Filtering your Task History allows you to view the history of specific workflows that meet the criteria you specify while hiding the others.

<Frame caption="">
  <img src="https://mintcdn.com/paragon/867oBBVpxd2C3zc4/assets/Viewing%20task%20history.png?fit=max&auto=format&n=867oBBVpxd2C3zc4&q=85&s=1ba5b41aa42341eae6425a1e93f62498" width="968" height="194" data-path="assets/Viewing task history.png" />
</Frame>

You can filter your Task History by:

* **Workflow**

* **Status**

  * Queued

  * Running

  * Waiting

  * Success

  * Errored

  * Paused

  * Cancelled

* **Date range**

## Debugging

Paragon provides a detailed breakdown of the data input and output of each step. Click on any step to view its status and data. You can make changes to a step by clicking the "Edit Step" button. Doing so will open the workflow editor and display the related step, where you can update it as needed.

<Frame caption="">
  <img src="https://mintcdn.com/paragon/EuLlf5VxgsSnEq57/assets/Debugging%20in%20Paragon.png?fit=max&auto=format&n=EuLlf5VxgsSnEq57&q=85&s=6c5ffdfe6c7c52be98b308aaebbe4001" width="2032" height="1386" data-path="assets/Debugging in Paragon.png" />
</Frame>
