Log types
| Tab | Records | Use it to |
|---|---|---|
| Executions | Every workflow run, with per-node input and output | Trace a run, find the failing node, and replay it |
| Events | Events fired and the workflows they triggered | Confirm an event arrived and see what it started |
| Webhooks | Webhook deliveries and their request/response data | Verify a webhook fired and inspect its payload |
| Schedules | Scheduled workflows and their cron configuration | Check what’s scheduled and whether it’s active |
Execution logs
The Executions tab shows every workflow run with full execution detail and request/response data. Filter by workflow name, status, linked account, and more to find the run you need.Saved views
Saved views
Save a set of filters as a reusable view. Click + New View in the top-right of the Executions screen, apply your filters, and click Save. The view appears as a tab you can return to.
Node activity details
Node activity details
Click a run to expand it and see each node’s status, response, and any error. This shows the execution path and pinpoints where a run failed.
Replay and retry
Replay and retry
For a run that errored, click Replay to re-run the whole workflow, or Retry on an individual errored node to run just that node again.
Replay is limited to a single attempt per run.
Event logs
The Events tab shows the events fired and the triggers they called. Filter by event name, status, and linked account ID. Each entry shows the workflows the event executed, the event URL, and the payload sent.The Workflows section of an event log is empty when no workflow was associated with that event.
Webhook logs
The Webhooks tab lets you monitor webhook deliveries. Each entry shows the execution status, linked account ID, fired date, and the request and response data exchanged between Refold and the external system.Schedule logs
The Schedules tab gives visibility into scheduled workflows. Each entry shows:Workflow name and ID
The workflow scheduled for execution.
Schedule cron
The cron expression defining when it runs.
Event
The event ID that triggers the scheduled workflow.
Status
Whether the schedule is Active or Inactive.
See also
- Workflow testing: validate workflows before they reach production.
- Reliability: handle errors and rate limits in production.
- Idempotency: make retries and replays safe to repeat.