Skip to content

ApprovalQueue

stable

Queue of pending human approvals with priority ordering

Human-in-the-LoopInteractive/Storybook ↗
import { ApprovalQueue } from "@nodus/design-system/patterns"
Loading demo…

Props

itemsrequired
Type ApprovalItem[]Default

Pending items with id, agent, action, risk, timestamp

onApprove
Type (ids: string[]) => voidDefault

Batch approval handler

onReject
Type (ids: string[]) => voidDefault

Batch reject handler

Metadatasemantictypebordersurface
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?