# The process flows overview page

## Introduction

The **process flow home/overview** page shows process flow summary information and your latest run logs:&#x20;

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

{% hint style="info" %}
If you only use **process flows** to sync data, this will be your default 'home' page when you access the Patchworks dashboard. If you use **services** to sync data but you're experimenting with process flows, you'll find this information in the left-hand navigation bar - select **process flows** <mark style="color:orange;">**>**</mark> **overview**.&#x20;
{% endhint %}

The dashboard is split into three panels:

1. [Process flow stats](#process-flow-stats)
2. [Records chart](#records-chart)
3. [Run logs](#run-logs)

## Process flow stats

Process flow statistics show the operational status of current process flows for the last 24 hours, at a glance:&#x20;

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

The following statistics are available:

<table><thead><tr><th width="332">Statistic</th><th>Summary</th></tr></thead><tbody><tr><td>Active flows</td><td>The number of process flows within your company profile which are <a href="/pages/Za4eqe109xOXPwsXp4OT">enabled</a>.</td></tr><tr><td>Average runtime</td><td>The average time required to run and complete a process flow (based on successful runs).</td></tr><tr><td>Successful flow runs</td><td>The number of process flows that have started and not failed during the last 24 hours. Click this block to access <a href="/pages/RVdm7LuBhWXjhM0Cyuq9">retrospective run logs</a>. This number excludes runs that have completed with <a href="/pages/RVdm7LuBhWXjhM0Cyuq9#run-status">partial success</a>.</td></tr><tr><td>Failed flow runs</td><td>The number of process flows that have started and failed during the last 24 hours. Click this block to access <a href="/pages/RVdm7LuBhWXjhM0Cyuq9">retrospective run logs</a>.</td></tr></tbody></table>

## Records chart (tracked data)

The **records** chart shows the number of operations **tracked records** processed for the selected period:

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

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Choose a time period</strong><br>You can use the time period selector to choose which records to view:</td><td><img src="/files/vh8bkROk365V346zag6N" alt=""></td><td></td></tr><tr><td><strong>Choose the data direction to view</strong><br>You can choose to view inbound (received) operations or outbound (sent) operations:</td><td><img src="/files/4qL32SRDAYgCePSHazYj" alt=""></td><td></td></tr><tr><td><strong>View details</strong><br>Hover your cursor over any point to view operation details:</td><td><img src="/files/aU896HhrDd2y1nZLmHch" alt=""></td><td></td></tr></tbody></table>

## Run logs

Standard run logs are displayed in the lower panel. Here you can see run logs for the last seven days, with options to access the process flow and/or detailed logs and payloads:&#x20;

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

Please see our [Run logs & queue](/product-documentation/process-flows/error-reporting-and-exception-handling/run-logs-and-queue.md) section for further information about working with this panel.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.wearepatchworks.com/product-documentation/process-flows/the-process-flows-overview-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
