Execution History and Logs
Inspect every workflow run through dedicated workflow logs. The current implementation records workflow name, event type, entity type, entity ID, user, success state, execution details, and execution timestamp for each run.
System Activity Log
Benjamin Hansen
Just nowChanged price on Nike Air Max 270
Maria Jensen
5m agoUploaded media on Summer Collection
System
12m agoAuto-sync on Shopify Integration
Thomas Nielsen
1h agoCreated user on Sarah Smith
Every workflow execution is persisted to `WorkflowLog`. The log keeps the company, workflow, workflow name, event type, entity type, entity ID, user, whether the action actually executed, execution details, and execution time.
Logs are not just a background table. The workflow module exposes a paginated log page per workflow, supports ordering by execution time, event type, or action outcome, and shows log counts directly from the workflow list view.
Execution details capture why a workflow ran, skipped, or failed, which makes it easier to understand cases like missing configuration, unmatched conditions, source-locale mismatches, or handler errors.
Need to know exactly what each automation did?
Use workflow logs to audit execution results, skipped runs, and failure details without digging through generic application logs.