Expand description
Workflow receipts capturing complete execution traces.
A WorkflowReceipt is a single auditable artifact that captures the
entire execution of a skill, including per-step results, timing,
cost attribution, and the overall outcome.
Structs§
- Step
Record - Record of a single step’s execution within a workflow.
- Vendor
Signature Requirement - Required vendor signer accepted by a workflow verifier.
- Workflow
Receipt - A signed receipt for a complete skill/workflow execution.
- Workflow
Receipt Body - The body of a workflow receipt (everything except the signature).
- Workflow
Vendor Signature - Detached vendor signature over a canonical workflow receipt body.
Enums§
- Step
Outcome - Outcome of a single step.
- Workflow
Outcome - Outcome of a workflow execution.
- Workflow
Receipt Error - Verification errors for workflow receipt extensions.
Constants§
- WORKFLOW_
RECEIPT_ SCHEMA - Schema identifier for workflow receipts.