# Workflow Activity

The **Activity** tab in each workflow offers a chronological list of tasks that MESA has taken on your behalf.  Here,  you can view the status of each automation run and the steps within the task by clicking on the **>** icon next to the dates. Reminder, you can find this tab in your workflow menu just below the title.

<figure><img src="/files/80JS2HIxztjVGfcaC5G5" alt=""><figcaption></figcaption></figure>

## Features

There are several features within the Activity tab that you may find useful.  But first, let's review the activity statuses and what they mean.

* Ready - An automation task is in the queue and ready to run.
* Error - One or more steps have experienced an error in the automation task.
* Completed - Confirmation the automation task has been completed without error.
* Paused - Automations that were not completed due to an unmet condition. For example, when an automation is triggered but does not pass the filter within the workflow to complete the next or final action.
* Replayed - An automation task that has been replayed.
* Skipped - Automation tasks that have not been run, common status for when a workflow has been turned off or when the automation limits for your plan have been met.

### Status Filter <a href="#status" id="status"></a>

Did you know? Each of the above statuses is available in the activity tab as a filter. Select the **Status** filter underneath Workflow Runs in the Activity tab.

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

### Timeframe <a href="#date" id="date"></a>

If you're looking for activity that occurred on or between specific dates, click **Select** **Timeframe** and **custom** to open up the date filter options.

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


---

# 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.getmesa.com/workflow-activity.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.
