Skip to Content
AutomationWorkflowsWorkflow Execution History

Workflow Execution History

Track all workflow executions with detailed logs. The history view shows execution status, duration, and any errors that occurred.

Execution Log

Execution IDWorkflowStatusDurationTimestamp
exec-7f3a2bNew Employee OnboardingSuccess4.2s2 min ago
exec-8e4c1dLicense Threshold AlertSuccess1.8s1 hour ago
exec-9d5b2eEmployee OffboardingFailed12.4s3 hours ago

Execution Details

Click any execution to view:

  • Trigger details — What event or schedule initiated the execution
  • Step-by-step log — Each action taken with input/output data
  • Timing — Duration of each step and total execution time
  • Errors — Detailed error messages and stack traces for failures
  • Data — Variables and data passed between workflow steps

Filtering

Filter execution history by:

  • Workflow name
  • Status (Success, Failed, Running, Cancelled)
  • Date range
  • Trigger type (Scheduled, Event, Manual)

Retry Failed Executions

Failed executions can be retried from the history view. The retry uses the same input data as the original execution.

API Reference

  • GET /api/automation/workflows/:id/executions — Get workflow execution history
  • GET /api/automation/executions/:id — Get execution details
  • POST /api/automation/executions/:id/retry — Retry a failed execution
Last updated on