Skip to content

Schedule Run History drawer

Opened from the Schedules Section.

Columns

ColumnSource
Timestampdispatch time
Statussucceeded / failed / dispatch_failed
Durationwall-clock seconds
Triggercron / manual / retry
Run idback-link → Run Detail drawer

dispatch_failed vs failed

StatusMeaning
dispatch_failedThe gateway couldn't enqueue the run (assignee gone, workflow disabled, etc.)
failedThe run was enqueued and ran, but ended unsuccessfully

When dispatch_failed appears, the schedule is flagged Needs attention in the parent list.

Code-backed workflow

Source of truth: ScheduleRunHistoryDrawer.tsx.

  1. Shows recent dispatch attempts for one schedule with status and timestamps.
  2. Use it to distinguish cron timing problems from workflow execution failures.
  3. Verify failed dispatches against Logs before editing workflow logic.