Skip to main content

Processauditlog overview

Non-Production Preview

The Process Orchestration APIs are currently available as a Non-Production Preview (NPP) feature and are not available to all clients. For more information, see Process Orchestration.

The Process Audit Log records significant lifecycle events in the Process Orchestration system. It provides a queryable history that can be used for compliance, debugging, and operational monitoring.

What is recorded

The audit log captures two categories of events:

Process instance starts — every time a process instance is started (for example, when an External Orchestration process is triggered via the Process Instances API), an audit entry is created. The entry records the process key, instance ID, triggering user, and timestamp.

Definition approval and rejection events — when a staged process definition is approved or rejected through the maker-checker workflow, an audit entry captures the action, the definition key, the version, the approver/rejector, and the timestamp. This provides a full audit trail of who approved or rejected changes to your process logic.

Endpoint summary

MethodPathDescription
GET/processauditlogList process audit log entries

Filtering

The list endpoint supports query parameters to filter entries by date range, event type, process key, and user. This allows you to narrow the audit log to a specific process or a specific time window for compliance reporting or incident investigation.