Where to find it
Automations → [select workflow] → History tab.Table columns
| Column | Content |
|---|---|
| Date/time | Execution start timestamp |
| Trigger | Record or event that activated |
| Status | Success / Failed / Cancelled / Running |
| Duration | Total execution time |
| Actions executed | X of Y total (if failed mid-way) |
| User | Who 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:Actions timeline
Actions timeline
Chronological list of every executed action, with duration and output.
Input/output per action
Input/output per action
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.
Resolved variables
Resolved variables
See how
{{variables}} were resolved at execution (actual values).Error stack trace
Error stack trace
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: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)
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)
- 30 days on Standard plans
- 180 days on Premium
- Unlimited (archiving) on Enterprise
Frequently asked questions
Do logs include sensitive data like passwords?
Do logs include sensitive data like passwords?
No. Arya auto-masks fields recognised as sensitive (passwords, tokens, IBAN, tax codes).
Can I correlate logs across workflows?
Can I correlate logs across workflows?
Every run has a
correlation_id that can be propagated to external systems (via webhook) for cross-system trace.How do I monitor critical workflows?
How do I monitor critical workflows?
Enable Failure alerts and add the workflow to the SLA dashboard (Settings → Monitoring).