Process Studio: Executions Menu

  • Updated

The Executions menu allows users to view and monitor each process that has been executed. Each time a process runs, a new record with execution details is added to the Executions table, which displays entries in reverse chronological order, from the most recent to the oldest.

How to Access to the Executions Menu

To access to executions: 
1. Click the Process menu.
2. Select Executions.

Execution Menu Dashboard

The Execution dashboard provides an informative overview of the key details for each process execution, including its name, execution date, status, and unique ID, along with more details:

1. Refresh button. 
2. Time Range filter.
3. All Statuses filter.
4. Automations search bar.
5. Project ID search bar.
6. Clear Filters button.
7. Project ID column.
8. Process Name column.
9. Duration column.
10. Execution Start Time (EST) column.
11. Final Status column.
12. Actions column.
 

Time Range Filter

This filter allows you to view executions that occurred during a specific timeframe. To use the Time Range filter:

1. Click on the Time Range dropdown menu.
2. Select one of the available options:

  • Today
  • This Week
  • This Month
  • Select Dates (choose a custom start and end date/time, then click Apply)

The executions that occurred within the selected time period will appear in the table.
 

Time Range Filter Recording 2025-08-13 140748.gif

All Statuses Filter

This filter allows you to view the process executions based on their final status. There are three possible results:

  • All statuses
  • Success
  • Exception
  • Failure

To filter by status:

1. Click the All Statuses dropdown.
2. Select the desired status (Success, Exception, or Failure)
The table will only show  the executions with the selected outcome.
 

All Statuses Filter Recording 2025-08-13 141318.gif

Filter by Automation Name

You can search for specific processes by their automation names. To filter by automation name:

1. Click the Automations dropdown.
2. Type the name in the search bar.
3. Select the automation from the list.
Matching results will be automatically shown on the table.

Filter by Automation Name Recording 2025-08-13 141636.gif

Search by Project ID

You can also filter executions based on the Filevine Project ID of the Trigger (if it contains one). To search by Project ID:

1. Click into the Project ID search bar.
2. Enter the ID of the project you want to review.
Executions linked to that project will be displayed.

Search by Project ID Recording 2025-08-13 142721.gif

Clear Filters

To reset all filters and display the complete list again, just click the Clear Filters button. This removes any applied filters and reloads the full execution history.

Clear Filters Recording 2025-08-13 143044.gif

Understand Table Columns

Each row in the Executions table represents a single process run, and it includes the following columns:

Column Description
Project ID Displays the Filevine Project ID where the process was triggered.
Process Name The name of the automation/process that was executed.
Duration The total time the process took to complete.
Execution Start Time (EST) The date and time the process started running.
Final Status Indicates the result: Success, Exception, or Failure.
Actions Allows you to view the full execution details in JSON format.

 

View Execution

The View Execution feature allows you to inspect the technical details of any execution, including statuses, raw JSON data, and process details. This analyzes performance, troubleshoot errors, and review process configurations.

Steps to check an execution:

1. Locate the row of the execution you want to inspect.
2. In the Actions column, click the View icon.

  • View Execution Dashboard

When you open the execution, the dashboard displays the following details:

1. Execution name, Started At, and Final Status.
2. Trigger access button.
3. Process and Exception button.

4. Process and Exception button.

5. Process Details board.
6. Raw JSON board


View Execution Walkthrough

This will walk through the View Execution step by step, exploring each field, button, and tab so you understand how to review, edit, and troubleshoot an execution.

8 STEPS

1. On this screen, you’ll see three fields: execution name, Started At, and Final Status.

Execution name identifies the run, Started At shows when it began, and Final Status shows the outcome.

2. The Trigger Access button links directly to the Trigger Editor. Here you can see the trigger setup that launched the execution and verify which event caused the process to start.

3. The Process path runs your automation whenever the trigger fires.

If it fails, the Exception path starts automatically. This path is customizable, such as sending an email to notify the user of the failure and its cause.

4. The Raw JSON tab displays the execution’s payload. It shows the exact JSON passed during the run, letting you confirm the data your functions received and check for errors when diagnosing issues.

5. In the Process Details tab, click a node to see two panels:

6. The left panel shows the exact JSON received by the function.

7. The right panel shows its configuration in the interface.

Use both to verify setup against actual input.

8. That's it. You’ve now completed the walkthrough of the entire View menu within the Exclusions menu.

https://www.iorad.com/player/2615617/Process-Studio----View-Execution-Walkthrough?iframeHash=trysteps-1&lang=en



Next step

  • Execution name, Started At, and Final Status.

It shows the name of the execution, the date and time when the execution began and the result of the execution (e.g., completed, failed).

Clicking on the execution name will redirect you to the Process Studio Editor where you can edit the name.

  • Trigger Access Button

This opens the trigger configuration related to this execution.

Click on it to open the Trigger Editor. The trigger will be displayed there.

  • Process and Exception Path 

A Process path is your actual automation, it runs step by step whenever the trigger occurs. This means the process is always ready to run when triggered, and it will show up as active. If something causes the process to fail, the Exception path will activate automatically. 

The Exception path is a customizable workflow that allows you to set the steps that fit your needs. 

For example: It could send an email to the user, notifying them that the process has failed and explaining the reason for the failure.

  • Raw JSON Tab

This tab displays the execution’s technical details in JSON format, allowing you to review the data processed during execution.

  • Process Details Tab

This tab provides a detailed view of the process inside the Process Studio editor:

1. Click on a node to show two panels:

  • Left panel – Shows the JSON exactly as the function receives it, reflecting the real data input.
  • Right panel – Shows the node’s configuration as defined in the interface.