> For the complete documentation index, see [llms.txt](https://docs.diaflow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.diaflow.io/workflow-builder/history.md).

# History

**History** in **Workflow Builder** helps you review what happened inside the current workflow. Open it from the **History** icon in the top-right toolbar. This view is different from **Workspace History**. It focuses on the workflow you are editing now.

<figure><img src="/files/6m8NZLFjWU5Ga1gW0Mrg" alt=""><figcaption></figcaption></figure>

## What you can do in History

Use History to:

* review full workflow executions
* review single-node preview runs
* check status, timing, duration, and credits
* open a record to inspect more details

## Open History

Click the **History** icon in the top-right toolbar of the builder.

This opens a panel with 2 tabs:

* **Trigger**
* **Preview**

## Trigger tab

The **Trigger** tab shows the history of full workflow runs.

Use this tab after you click **Execute** and run the entire flow.

This helps you answer questions like:

* Did the full workflow run successfully?
* When did it start and end?
* How many credits did it use?
* How long did the run take?

Each row shows summary information such as:

* name or run ID
* status
* source
* created time
* start time
* end time
* credits
* duration

<figure><img src="/files/teivu1P218sCsB0rqAFk" alt=""><figcaption></figcaption></figure>

## Preview tab

The **Preview** tab shows the history of single-node runs.

Use this tab when you test one node by itself instead of executing the whole workflow.

This is useful when you want to check one step quickly before testing the full flow.

Each row can show details such as:

* node name
* status
* start time
* end time
* credits
* duration
* user

<figure><img src="/files/VlVTlDjJcLAvMVw9ADqs" alt=""><figcaption></figcaption></figure>

## Open record details

Click the **arrow** on a record to open more details.

Use this view when you need to understand exactly what happened during a run.

You can review details such as:

* time information
* credit usage
* duration
* which nodes ran inside the workflow
* where the run completed or failed

<figure><img src="/files/DOhONfGyqaCTY0ubk64v" alt=""><figcaption></figcaption></figure>

## When to use Trigger vs Preview

* Use **Trigger** to review full workflow execution history.
* Use **Preview** to review tests for individual nodes.
* Use the detail view when you need deeper troubleshooting.

## Good to know

* This History view belongs to **Workflow Builder**.
* It only shows history related to the current workflow.
* **Trigger** and **Preview** serve different purposes.
* Credits and duration help you understand cost and performance.

### Next steps

* Learn how to [manage a workflow](/workflow-builder/manage-a-workflow.md).
* Review the full builder in [Overview](/workflow-builder/overview.md).
* For workspace-wide tracking, see [Workspace History](/workspace/history.md).
