Workflow execution log with rows for each run showing a semantic status icon, run id, duration, and relative time.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Automation4 } from "@/components/beste/piece/automation4";
<Automation4
workflow="Stripe → Slack"
headerLabel="Recent runs"
runs={[
{
"id": "run_8a2k",
"status": "success",
"duration": "412 ms",
"time": "2m ago"
},
{
"id": "run_7f9p",
"status": "running",
"duration": "—",
"time": "now"
},
{
"id": "run_7e1q",
"status": "failed",
"duration": "1.2 s",
"time": "8m ago"
},
{
"id": "run_7d3m",
"status": "success",
"duration": "388 ms",
"time": "14m ago"
}
]}
/>