Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Process executions

A process execution is a single, runtime instance of a playbook. Process execution records provide runtime information about playbooks, such as the current state and input record.

A process execution represents a runtime execution of your playbook. Each time a playbook is triggered, a record is automatically in the Process Executions [sys_pd_context] table.

To access the records for an In Progress process execution, navigate to Process Automation > Process Automation Administration > Active Processes. Alternatively, you can see the process executions for all playbooks that ran today by navigating to Process Automation > Process Automation Administration > Today's Executions.

Fields

By default, each process execution record contains the following information:

FieldDescription
NameName of the playbook that triggered this process execution
CreatedDate and time when the playbook triggered
Input RecordTable name and record number that triggered this process execution
StateCurrent status of the overall process execution. For more information, see Process execution states.

Process execution states

A process execution record can have one of the following states:

StateDescription
QueuedThe playbook triggered, but the system hasn't started running the process execution yet.
In ProgressThe playbook triggered, and the process execution is currently running. One or more activities in the playbook have a state of Ready or In Progress.
CompleteThe playbook triggered, and the process execution is done running. All activities in the playbook have a state of Skipped or Complete.
ErrorThe playbook triggered, but an activity has an Error state. Errors can occur when the action, subflow, or flow specified in the activity definition's automation plan fails to run.
CancelledA user with the admin or playbook.admin role explicitly canceled the process execution, and the execution has stopped running.