Task envelope card
The task as a unit of work — the routing header (ids, owner, lifecycle state) paired with the payload (input message, artifacts, metadata). One envelope, the whole task at a glance.
Included in the single kansho full pack. Components are not offered as separate installs.
Default
Click to selectLifecycle states
The same envelope across every stateDraft the INC-218 postmortem from the gathered sources and prior incidents.
- Priority
- High
- Deadline
- 2h
- Retries
- 0
Draft the INC-218 postmortem from the gathered sources and prior incidents.
- Priority
- High
- Deadline
- 2h
- Retries
- 0
Draft the INC-218 postmortem from the gathered sources and prior incidents.
- Priority
- High
- Deadline
- 2h
- Retries
- 0
Draft the INC-218 postmortem from the gathered sources and prior incidents.
- Priority
- High
- Deadline
- 2h
- Retries
- 0
Draft the INC-218 postmortem from the gathered sources and prior incidents.
- Priority
- High
- Deadline
- 2h
- Retries
- 0
Draft the INC-218 postmortem from the gathered sources and prior incidents.
- Priority
- High
- Deadline
- 2h
- Retries
- 0
Draft the INC-218 postmortem from the gathered sources and prior incidents.
- Priority
- High
- Deadline
- 2h
- Retries
- 0
Draft the INC-218 postmortem from the gathered sources and prior incidents.
- Priority
- High
- Deadline
- 2h
- Retries
- 0
Draft the INC-218 postmortem from the gathered sources and prior incidents.
- Priority
- High
- Deadline
- 2h
- Retries
- 0
Draft the INC-218 postmortem from the gathered sources and prior incidents.
- Priority
- High
- Deadline
- 2h
- Retries
- 0
Minimal
No artifacts or metadataFind prior INC-218 postmortems across the three search indexes.
Supporting sources
These installed helpers belong to components documented on this page. They do not increase the public component count.
components/tasks/task-types.tsShared task, artifact, and checkpoint types and metadata.
Component documentation
Task Envelope Card
components/tasks/task-envelope-card.tsxPurpose
Packages task routing, lifecycle, input, artifacts, and metadata into one inspectable card.
Appropriate use
Use for A2A-style task lists where operators need the context id, owner, state, and payload together.
Example
components/tasks/task-envelope-card.tsx has a representative live example in the "Default" section on /components/task-envelope-card.
States
Task states are new, accepted, in-progress, awaiting-input, waiting-dependency, polling, reconnecting, complete, failed, and cancelled; selection is optional.
API and props
TaskEnvelopeCard accepts taskId, contextId, owner, state, input, artifacts, metadata, selected, onClick, and className.
Dependencies
Direct imports are React, Lucide icons, AgentDot, Card, StatusPill, shared task types, and cn.
Accessibility
Ids, owner, state, input, artifact labels, and metadata are visible text; the card becomes a button with pressed state only when onClick is supplied.
Limitations
It does not route, execute, mutate, or validate tasks and does not fetch artifact contents.
Source
Source: components/tasks/task-envelope-card.tsx.
Full pack
components/tasks/task-envelope-card.tsx is documented at /components/task-envelope-card and installs only through the single Kansho full pack; no individual component install is offered.