EnglishOverview & PlatformWorkflow ManagementAutomation Monitor & Audit

Monitor & Audit Trail

Two sections give you visibility into everything Workflow Management does: the Automation Monitor shows activity as it happens, and the Audit Trail is the permanent, immutable record used for compliance.

Workflow Management — Automation Monitor with running, completed and failed automations
Workflow Management — Automation Monitor with running, completed and failed automations

Automation Monitor

The Monitor is a live view of workflow and policy executions.

Open the Monitor

Go to Workflow → Automation Monitor.

Read the status

Each row is one automation run:

StatusMeaning
RunningCurrently executing (e.g. awaiting an approval decision)
CompletedFinished successfully — record routed / action applied
FailedAn action errored; the record did not fully process
SkippedTrigger fired but conditions didn’t match — no action taken

Inspect a run

Click a row to expand it: the triggering event, which conditions matched, the actions attempted, the approval chain state, and any error message.

⚠️

Investigate Failed runs promptly — a failed automation may leave a record stuck (e.g. an approval never created). The expanded row shows the error and the affected record so you can retry or fix the workflow.


Filtering

Both the Monitor and the Audit Trail support filters:

FilterUse
Entity / subject typeFocus on invoices, POs, leave, etc.
Workflow / policySee runs of one specific rule
StatusIsolate failures or skips
Date rangeScope to a period for review
User / approverTrack one person’s approval activity
DelegationShow only delegated decisions
Workflow Management — filter bar for automation runs and audit events
Workflow Management — filter bar for automation runs and audit events

Audit Trail

The Audit Trail logs every workflow and automation execution, immutably, for compliance.

Open the Audit Trail

Go to Workflow → Audit Trail.

Read an entry

Each entry records: the event, the record affected, the actor (approver / delegate / system), the decision or action, and an exact timestamp.

Filter and export

Apply filters (above) to narrow the log, then export to CSV for auditors or archival.

Audit entries are immutable — they are never edited or deleted, only appended. This is what makes them suitable as a compliance record.


What gets logged

EventCaptured detail
Workflow triggeredEntity, trigger, matched conditions
Approval requestedStep, assigned approver, level (serial/parallel)
Approval decidedApprove / reject, actor, comment, timestamp
Delegation appliedOriginal approver, delegate, rule
Policy matchedPolicy, threshold, outcome
Action executedAction type, target field/record, result
FailureError message, affected record

Compliance reporting

Use Workflow → Reports together with the Audit Trail for management and audit needs:

ReportShows
Approval throughputVolume and average time to decision
SLA breachesSteps that exceeded their SLA
Bottleneck analysisApprovers / stages that slow flows
Delegation usageHow often coverage rules fired

Export any report as CSV to attach to an audit or a management pack.


Troubleshooting with the Monitor

SymptomWhere to lookLikely fix
Record stuck “pending”Monitor → RunningApprover away → add Delegation
Automation shows FailedMonitor → expand rowRead error; fix the workflow action
Expected routing didn’t happenMonitor → SkippedConditions didn’t match — review them
Can’t prove who approvedAudit Trail → filter by recordEntry shows actor + timestamp

FAQ

Q: How long is the audit log kept? A: Permanently. Entries are append-only and never purged.

Q: Can I re-run a failed automation? A: Fix the underlying workflow, then re-trigger by re-saving or re-submitting the affected record; the corrected rule runs again.

Q: Who can see the Audit Trail? A: Users with the appropriate workflow read/monitor permission. Sensitive records still respect their own access rules.