**Source URL:** https://limited.veevavault.dev/vault-toolbox/browser-extension/guides/workflow-inspector

# Using the Workflow Activity Log Inspector

Vault Toolbox includes a Workflow Activity Log Inspector that allows you to visually inspect the Workflow Activity logs for object and document workflows. Admins can use this information to analyze and troubleshoot workflows. Learn more about the [contents of the Workflow Activity log](https://platform.veevavault.help/en/gr/14341/#workflow-activity-log-contents).

This guide explains how to use the Workflow Activity Log Inspector to retrieve workflow information in your Vault. To access the tool, select <Icon name="ph:dots-three" /> from the left navigation panel, then select <Icon name="ph:tree-structure" /> **Workflow Activity Log Inspector**.

<ThemeImage srcLight="/images/toolbox/browser-extension/workflow_activity_log_inspector_light.png" srcDark="/images/toolbox/browser-extension/workflow_activity_log_inspector_dark.png" alt="Vault Toolbox Workflow Activity Log Inspector" />

## Retrieving & Uploading Log Data

Upon opening the Workflow Activity Log Inspector, there are no logs to display and you must add log data by retrieving it directly from your Vault or uploading the log file.

To retrieve a Workflow Activity Log from Vault, click <Icon name="ph:download-simple" /> **Retrieve Log Data**. In the dialog, select a log date, then click **Retrieve**. The selected date must be within the past 90 days.

<ThemeImage srcLight="/images/toolbox/browser-extension/retrieve_activity_log_light.png" srcDark="/images/toolbox/browser-extension/retrieve_activity_log_dark.png" alt="Retrieve Workflow Activity Log" />

To upload log data that has been downloaded from Vault, drag and drop a file into the empty List View, or click <Icon name="ph:upload-simple" /> **Upload Log Data**. In the dialog, select a CSV or `.zip` file, then click **Open**. Learn more about [downloading the Workflow Activity log](https://platform.veevavault.help/en/gr/14341/#workflow-activity-log) from the Vault UI.

<Aside type="tip">
Click <Icon name="ph:trash" /> **Clear Data** to clear log data.
</Aside>

## Inspecting Workflow Data

After adding log data, the right-hand panel displays a list of all workflows captured within the Workflow Activity log. From this panel, you can filter for specific workflows or select a workflow's card to view its step details within the List View or Process View.

<ThemeImage srcLight="/images/toolbox/browser-extension/workflow_card_light.png" srcDark="/images/toolbox/browser-extension/workflow_card_dark.png" alt="Workflow Card" />

Each workflow card includes the ID of the record upon which the workflow was executed, and its start and end date. Click **Open in Vault** (<Icon name="ph:arrow-square-out" />) next to the record or document ID to open the record or document in a new tab.

<Aside type="note">
You cannot open and view a record in Vault if you uploaded a Workflow Activity log file that originated from a different environment than the authenticated Vault.
</Aside>

### Filtering Workflows

To narrow down the workflows displayed in the right-hand panel, you can filter by record or document ID, the name of the workflow, or the version (if multiple versions of the same workflow exist).

<ThemeImage srcLight="/images/toolbox/browser-extension/filter_activity_log_light.png" srcDark="/images/toolbox/browser-extension/filter_activity_log_dark.png" alt="Filter Workflow Activity Log" />

Additionally, you can select the **Errors** checkbox to filter by which workflows encountered errors upon their execution.

### Viewing Workflow Steps

When you select a workflow card from the right-hand panel, its steps appear to the left in the List View. Click <Icon name="ph:caret-right" /> next to a step to expand its card and view its events. Click <Icon name="ph:caret-down" /> next to a step to collapse its details.

<ThemeImage srcLight="/images/toolbox/browser-extension/expanded_workflow_step_light.png" srcDark="/images/toolbox/browser-extension/expanded_workflow_step_dark.png" alt="Expanded Workflow Step Card" />

Each workflow step card includes event cards that correspond to the number of rows within the Workflow Activity log. For example, expanding a start step's card may display two events, `WORKFLOW_STARTED` and `STEP_COMPLETED`. Expanding an event card exposes its details, such as its final result, start and end date, the user who initiated the event, and any user-provided input.

<ThemeImage srcLight="/images/toolbox/browser-extension/step_event_card_light.png" srcDark="/images/toolbox/browser-extension/step_event_card_dark.png" alt="Workflow Step Event Card" />

Red event cards represent events that encountered errors upon their execution. Expand their details to view the final result and any error messages.

### Using the Process View

In addition to using the List View to inspect workflow activity data, you can see a visual representation of the workflow from the Process View. Select the <Icon name="ph:tree-structure" /> **Process View** tab to view a flowchart of the configured workflow.

<ThemeImage srcLight="/images/toolbox/browser-extension/workflow_process_view_light.png" srcDark="/images/toolbox/browser-extension/workflow_process_view_dark.png" alt="Workflow Process View" />

If a step has encountered a particular error, a dashed line appears between the step with the error and the following step.

---

**Previous:** [Using the Data Navigator](/vault-toolbox/browser-extension/guides/data-navigator)  
**Next:** [References](/vault-toolbox/browser-extension/references)