Skip to main content
Every workflow execution is tracked in Run history. Here you debug issues, see performance, retry failed runs.
Run history table with timestamp, status, duration per run

Where to find it

Automations → [select workflow] → History tab.

Table columns

ColumnContent
Date/timeExecution start timestamp
TriggerRecord or event that activated
StatusSuccess / Failed / Cancelled / Running
DurationTotal execution time
Actions executedX of Y total (if failed mid-way)
UserWho launched (for manual triggers)

Filters

  • Status: success only, failed only, etc.
  • Period: today, week, month, custom range
  • Trigger: per specific record or event type

Run detail

Click a row opens the detail:
Chronological list of every executed action, with duration and output.
Expand each action to see: received input (from trigger or previous action), filled parameters, generated output.Useful for debugging: understand which action gets wrong data.
See how {{variables}} were resolved at execution (actual values).
If a run failed, Arya shows:
  • The failing action
  • Error type (timeout, API error, validation)
  • Detailed stack trace
  • Resolution suggestion

Retry execution

For failed runs:
1

Open run detail

Click the failed row.
2

Retry

Click Retry. Options:
  • Whole workflow: rerun from scratch
  • From action X: restart from the failed action (useful if previous actions already had real effect)
3

Monitor

New run appears in history. If it fails again, Arya alerts you.

Cancel execution

For Running but stuck runs (e.g. waiting for a webhook that never comes): ⋯ → Cancel → stops the run and frees resources.

Aggregated metrics

Metrics tab of the workflow shows:

Volume

Runs per day/week/month.

Success rate

% successes over total.

Average duration

Typical execution time.

Top errors

Most frequent error types (for priority debugging).

Failure rate alerts

Configure from workflow settings:
  • If failure rate > X% in last N runs → notify admin
  • If average execution time increases by Y% → notify
  • If 0 executions in expected period → “silent workflow” alert

Log export

For audit or offline analysis:
  • Export CSV: run table with metadata
  • Export JSON: detailed log with input/output (sensitive data masked per policy)
Log retention:
  • 30 days on Standard plans
  • 180 days on Premium
  • Unlimited (archiving) on Enterprise

Frequently asked questions

No. Arya auto-masks fields recognised as sensitive (passwords, tokens, IBAN, tax codes).
Every run has a correlation_id that can be propagated to external systems (via webhook) for cross-system trace.
Enable Failure alerts and add the workflow to the SLA dashboard (Settings → Monitoring).