Run Detail Panel
Automation run debugger showing the run header, a per step status list, and the input and output of the failed step expanded.
Automation run debugger showing the run header, a per step status list, and the input and output of the failed step expanded.
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
Run Detail Panel is the run-debugging surface for an automation that completed with one failure. The header card shows run_9f3a, the automation Invoice overdue to Reminder email, its Failed badge, trigger (Scheduled: daily at 09:00), started time, and total duration of 3.2 s. Below it, a four-step ruled list shows Trigger and Filter as success, Send reminder email via Mailgun as failed, and Post to #billing-alerts as skipped. The failed step expands with side-by-side Input and Output mono code blocks: the Mailgun request and the 422 RECIPIENT_NOT_VERIFIED response.
Steps carry a status icon and a duration column. The footer states that failed runs are retried up to 3 times with exponential back-off and the payload is preserved for replay.
Reach for this block on the automation run history page or in a run detail drawer, wired to your run log API. The expanded step is the key surface for diagnosing failures; wire the input and output fields to the real step execution record.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the automation run debugger. Other run detail shapes:
Tip: always show input and output side by side on the failed step; the mismatch between what was sent and what came back is where debugging starts.