Skip to content

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.

This guide explains how to use the Workflow Activity Log Inspector to retrieve workflow information in your Vault. To access the tool, select from the left navigation panel, then select Workflow Activity Log Inspector.

Vault Toolbox Workflow Activity Log InspectorVault Toolbox Workflow Activity Log Inspector

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 Retrieve Log Data. In the dialog, select a log date, then click Retrieve. The selected date must be within the past 90 days.

Retrieve Workflow Activity LogRetrieve 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 Upload Log Data. In the dialog, select a CSV or .zip file, then click Open. Learn more about downloading the Workflow Activity log from the Vault UI.

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.

Workflow CardWorkflow 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 () next to the record or document ID to open the record or document in a new tab.

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).

Filter Workflow Activity LogFilter Workflow Activity Log

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

When you select a workflow card from the right-hand panel, its steps appear to the left in the List View. Click next to a step to expand its card and view its events. Click next to a step to collapse its details.

Expanded Workflow Step CardExpanded 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.

Workflow Step Event CardWorkflow 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.

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 Process View tab to view a flowchart of the configured workflow.

Workflow Process ViewWorkflow Process View

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