# Using the workflow dashboard

The details page shows execution details for a specific workflow.

1. Click the **Edit workflow** button in the top-right corner of the page to enter editing mode.
2. Use the timeframe picker to change the time period on the workflow executions page.

### Timeframe picker <a href="#timeframe-picker" id="timeframe-picker"></a>

Select a timeframe longer than 30 days or set the **Custom** option to specify the start and end dates. The Workflows dashboard page then displays execution details and results for your selected period.

<figure><img src="/files/865UioBGuj8Ui3q9z5Nc" alt=""><figcaption></figcaption></figure>

### Outcome summary

The Outcome summary provides an overview of all executions, including outcomes and their details as defined in the workflow.

### Executions

The **Executions** gauge and timeline show **In progress**, **Successful**, **Failed** and **Canceled** executions. Click on the labels of the gauge to apply filters to the whole page.

### Executions table

View all recent executions and access troubleshooting details for each by selecting an item in the table.

The table is organized by:

* **Request time**: The date and time when the workflow execution was triggered.
* **Status**: The current overall status of the workflow.
* **Device Name**: The name of the device as recognized by the operating system for local network identification. Supported platforms: Windows, macOS.
* **Username**: The user account name on the local device.
* **Trigger method:** The method used to trigger the workflow. Methods include:
  * Manual
  * Schedule
  * API
  * Events
* **Outcome**: The result of the workflow execution.
* **Execution Duration**: The time duration from execution start to completion.

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

* Select an execution from the list to show more details of the execution chain in the side panel.
* Hover over the action menu in the top-right corner of the page and click to reveal the action.
* Click on the **Investigate** button in the top right of the table to view the results of the NQL query for the executions.


---

# 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://docs.nexthink.com/platform/user-guide/workflows/monitoring-workflows-dashboard/using-the-workflow-dashboard.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.
