Skip to main content

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:
  1. Navigate to the Workflows main page
  2. Click the Runs tab at the top of the page
You’ll see a list of all past executions across all workflows:
ColumnWhat It Shows
Date / TimeWhen the workflow run started
StatusThe overall outcome of the run
TriggerWhat event initiated this run
DurationHow long the run took to complete
Click any row to open the run detail view and inspect each individual node.

Reading a Specific Workflow’s Run History

To view run history for a single deployed workflow:
  1. Navigate to that workflow’s page
  2. Click the Run History tab at the top of the side editor
You’ll see a list of all past runs for that workflow. Hover over any row for additional detail:
FieldWhat It Shows
Trigger RecordWhich record triggered the workflow
Updated RecordWhich records were updated during the run
Run TimeHow long the run took
CreditsHow many credits were consumed
TriggeredWhen the run began
CompletedWhen the run finished
ErrorWhich node failed and an error message explaining what went wrong
Click any row to open the run detail view and inspect each individual node.

Run Statuses

StatusWhat It Means
SuccessThe workflow completed all nodes without errors
FailA known, user-resolvable error occurred (e.g., a contact was missing an email address)
ErrorAn unexpected system-level error occurred
RunningThe 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

A Record Action node received an invalid value for the record ID field.Fix: Go back into your workflow, correct the record ID reference in the affected node, and re-deploy. This usually means a variable is resolving to an unexpected value — check what the upstream node is actually returning.
The Slack API failed or your Slack integration has an issue.Fix: Verify that your Slack integration is still connected and working under Settings → Integrations. If the integration looks healthy, contact Reevo support to investigate further.
A Move Stage node tried to advance an opportunity to the next stage, but required stage criteria on the current stage haven’t been fulfilled.Fix: Either fulfill the stage criteria and re-trigger the workflow, or add a condition to ensure the workflow only runs when the criteria are already met.
An unexpected system-level problem occurred on Reevo’s end.Fix: Contact Reevo support with the workflow name and the run timestamp so the issue can be investigated.

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

Open the run in the Runs tab and expand the Update Record node. Check its inputs to see what values it was trying to write. If the inputs look correct but the record still wasn’t updated, confirm the node was targeting the right record — the trigger record vs. a found record — and that the record ID resolved correctly.
Four things to verify: (1) the workflow has been Deployed (not just saved), (2) the Active toggle is on, (3) the trigger’s filter conditions are being met by the events occurring, and (4) the triggering event is actually occurring in Reevo (e.g., confirm the record was actually updated, not just viewed).
Rerunning a specific failed run is not currently supported. To re-execute the workflow for a record, trigger the event again (e.g., update the record field to re-fire a Record Updated trigger).
Data Error means the workflow hit a known, user-resolvable issue — the error message will tell you exactly what to fix. System Error indicates an unexpected problem on Reevo’s end. If you consistently see System Errors on a workflow, contact Reevo support with the workflow name and run timestamp.
Reevo automatically deactivates workflows that error too frequently or create a cyclical trigger loop, to prevent your credits from being wasted. Common causes include: a workflow running repeatedly with data errors, or a Record Updated trigger with loose conditions that then updates the same record and re-triggers itself. Review your trigger conditions and error history, fix the underlying issue, and reactivate the workflow.
Still have questions? Sign in and use Ask Reevo for instant answers or to raise a support ticket.