Every change has a name attached

37 audit event types cover the workflow, deployment, approval, permission and membership lifecycles. They are recorded as the change happens — not reconstructed from application logs afterwards.

37 event types covering edits, deployments, approvals, permissions and membership — with the actor, the timestamp and the payload.

What gets recorded

Platform capabilities

What exactly does the audit log capture?

37 distinct event types spanning five areas: workflow and node edits, execution outcomes, deployments, approvals and access changes. Each event carries the actor, the timestamp and a sanitised payload describing the change.

Can I tell which deployment caused a specific change?

Yes. Resource-level events carry the id of the deployment that produced them, so a deployment and everything it touched read as one correlated set rather than as two unrelated lists you have to line up by timestamp.

How long is the audit history kept?

Retention is configured per workspace, with a standard and an extended window in days, and the sweep that enforces it is itself an audited event. That means the record of what was removed, and when, survives the removal.

Try it on a real workflow