Skip to main content

Module receipt

Module receipt 

Source
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§

StepRecord
Record of a single step’s execution within a workflow.
VendorSignatureRequirement
Required vendor signer accepted by a workflow verifier.
WorkflowReceipt
A signed receipt for a complete skill/workflow execution.
WorkflowReceiptBody
The body of a workflow receipt (everything except the signature).
WorkflowVendorSignature
Detached vendor signature over a canonical workflow receipt body.

Enums§

StepOutcome
Outcome of a single step.
WorkflowOutcome
Outcome of a workflow execution.
WorkflowReceiptError
Verification errors for workflow receipt extensions.

Constants§

WORKFLOW_RECEIPT_SCHEMA
Schema identifier for workflow receipts.