Automation Run Log
A card listing scheduled automation runs with a status icon, workflow name and trigger, duration, finish time, an expanded error row, and a next run footer.
A card listing scheduled automation runs with a status icon, workflow name and trigger, duration, finish time, an expanded error row, and a next run footer.
Search blocks by description or jump to a page.
The source for every Application block is included with Basic and Pro. Pick a plan to copy the code.
Already purchased? Log in
Automation Run Log is the run history for scheduled workflows: a card whose header names the window (last 24 hours across 6 workflows), counts the failures in a badge, and links out to all workflows. Each row pairs a status icon with the workflow name and its trigger (schedule, webhook, or manual), a fixed duration column, and a finish time. One failed run expands inline with the error output in mono and a retry action, so the incident reads without opening a detail view.
Runs are one typed array with a status union of success, failed, and running, plus an optional error string. Status icons and their tone live in lookup records, so the running row and the destructive failed row stay consistent without color-coding every line.
Reach for this block on an automation dashboard, a workflow detail page, or an integrations status panel, wired to your scheduler or job runner. The View all workflows button should link to your automation index, and Retry run should requeue the failed job.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the scheduled automation history. Other run logs:
Tip: expand only the failed run by default; a log where every row is open buries the one event the reader came for.