Skip to main content

Monitor Execution Logs

Execution Logs show each time a workflow ran for an event — success, failure, waiting delays, and step-level messages. Use them after you activate a workflow or when users report a missing email or task.

Open and filter logs

  1. Go to Automation → Execution Logs.
  2. Filter by workflow, status, and date range.
  3. Open a run to see step-level results and error text.
  4. Check the triggering system event when you need to confirm what fired the workflow.

Statuses you will see

StatusMeaning
SucceededAll steps completed
FailedA step stopped the run (see the error message)
WaitingA delay is in progress; the run resumes later
RetriedA previous failure was run again

Retry a failed run

When the UI offers Retry, use it after you fix the underlying cause (credentials, missing template, bad webhook URL, or a condition that no longer applies). Retrying without a fix usually fails again.

Reading common failures

SymptomWhat to check
Email step failedEmail Settings; template exists; recipient present on the event
Webhook / Call API failedURL, auth, and that the external system is reachable
Workflow never appears in logsWorkflow active? Correct event type? Conditions too strict?
Runs stop after several failuresWorkflow may have been auto-deactivated — fix steps, then activate

Log retention is typically about 90 days (your administrator can change company settings). Older runs may no longer appear.

:::info Waiting is normal for delays Long delay steps pause the execution and resume later. That is expected behaviour, not a failure. :::