Background Runs
Ongoing and completed agent jobs collected in one actionable inbox.
Background runs
2 activeInstallation
Add the component source directly to your project.
pnpm dlx shadcn@latest add https://pastaui.com/r/background-runs.jsonAPI reference
Background Runs
| Prop | Type | Default | Description |
|---|---|---|---|
items | BackgroundRun[] | — | Provides queued, running, failed, and completed jobs. |
onCancel | (id: string) => void | — | Cancels an active run. |
onOpen | (id: string) => void | — | Opens a run or its result. |