Workflow Logs
Monitor and troubleshoot your workflow executions with a detailed history of every run.
Accessing Workflow Logs
- Navigate to Workflows & Notifications in the sidebar
- Select the Workflow Logs tab
Log Table
The Workflow Logs page displays a paginated table showing every workflow execution. Each log entry includes:
| Column | Description |
|---|---|
| Workflow Name | The name of the workflow that ran |
| Entity Type | The type of record that triggered the workflow (e.g., Task, Project, Contact) |
| Related Record | The specific record associated with the execution |
| Started At | Date and time the workflow began executing |
| Finished At | Date and time the workflow completed (or "—" if still running) |
| Status | Current status of the execution |
Log Statuses
Each workflow execution has one of the following statuses:
- Completed — Workflow finished successfully
- Failed — Workflow encountered an error during execution
- Running — Workflow is currently executing
- Pending — Workflow is queued and waiting to run
- Skipped — Workflow conditions were not met, so it did not execute
Searching and Sorting
Use the search input in the table toolbar to filter logs by workflow name or related record. You can also sort by any column by clicking the column header.
Grouping Logs
Group the table to organize logs by:
- Entity Type — View logs organized by the type of record (default grouping)
- Workflow — View logs grouped by workflow name
- Status — View logs grouped by execution status
Using Logs for Troubleshooting
- Check the Status column — If a workflow shows "Failed", investigate the conditions and actions
- Compare Started At and Finished At — Unusually long execution times may indicate issues
- Use Entity Type grouping — Quickly see if failures are concentrated on a specific entity type
- Search by workflow name — Find all executions of a specific workflow to spot patterns
Related:
- Creating Workflows — Build workflows
- Workflow Triggers — Trigger configuration
- Workflow Actions — Available actions
- Workflows Overview — Module overview