Run Log

Workflow execution log with rows for each run showing a semantic status icon, run id, duration, and relative time.

Recent runsStripe → Slack
  • run_8a2k412 ms2m ago
  • run_7f9pnow
  • run_7e1q1.2 s8m ago
  • run_7d3m388 ms14m ago

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
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"
    }
  ]}
/>