Overview
Every workflow execution is logged in the Runs tab. Whether a run succeeded or failed, you can drill into it to see the inputs, outputs, and status of every individual node. This is your primary tool for diagnosing problems and confirming workflows are behaving as expected.Reading the Runs Tab
To access run history:- Navigate to the Workflows main page
- Click the Runs tab at the top of the page
| Column | What It Shows |
|---|---|
| Date / Time | When the workflow run started |
| Status | The overall outcome of the run |
| Trigger | What event initiated this run |
| Duration | How long the run took to complete |
Reading a Specific Workflow’s Run History
To view run history for a single deployed workflow:- Navigate to that workflow’s page
- Click the Run History tab at the top of the side editor
| Field | What It Shows |
|---|---|
| Trigger Record | Which record triggered the workflow |
| Updated Record | Which records were updated during the run |
| Run Time | How long the run took |
| Credits | How many credits were consumed |
| Triggered | When the run began |
| Completed | When the run finished |
| Error | Which node failed and an error message explaining what went wrong |
Run Statuses
| Status | What It Means |
|---|---|
| Success | The workflow completed all nodes without errors |
| Fail | A known, user-resolvable error occurred (e.g., a contact was missing an email address) |
| Error | An unexpected system-level error occurred |
| Running | The workflow is currently executing |
Inspecting a Failed Run
When a run fails, the run detail view highlights which node caused the failure. Click on that node to expand its details and see:- Inputs — the values that were passed into the node when it executed
- Output — what the node returned (or attempted to return)
- Error message — a description of what went wrong
Common Errors and How to Fix Them
Data Error: 'Invalid record ID format: [value] is not a valid UUID'
Data Error: 'Invalid record ID format: [value] is not a valid UUID'
Integration Error: 'Failed to send Slack message to channel [name]'
Integration Error: 'Failed to send Slack message to channel [name]'
Rule Violation: 'Opportunity stage could not be shifted from [stage] to [stage]: one or more stage criteria weren't met'
Rule Violation: 'Opportunity stage could not be shifted from [stage] to [stage]: one or more stage criteria weren't met'
System Error: 'Run failed due to a system issue on our end'
System Error: 'Run failed due to a system issue on our end'
Inspecting a Failed Run
When a run fails, the run detail view highlights which node caused the failure. Click on that node to expand its details and see:- Inputs — the values that were passed into the node when it executed
- Output — what the node returned (or attempted to return)
- Error message — a description of what went wrong
Troubleshooting / FAQs
My workflow ran but the record wasn't updated — how do I diagnose this?
My workflow ran but the record wasn't updated — how do I diagnose this?
My workflow is Active but it's not triggering — what should I check?
My workflow is Active but it's not triggering — what should I check?
Can I rerun a failed workflow run?
Can I rerun a failed workflow run?
I see a 'System Error' vs. a 'Data Error' — what's the difference?
I see a 'System Error' vs. a 'Data Error' — what's the difference?
My workflow turned off by itself — what happened?
My workflow turned off by itself — what happened?
Still have questions? Sign in and use Ask Reevo for instant answers or to raise a support ticket.