Skip to main content

Module meta

Module meta 

Source
Expand description

Metadata used to classify states and express recovery or idempotency intent.

Modules§

standard_tags
Standard tags (stable identifiers).

Structs§

StateMeta
State metadata used for policy decisions and validation.
Tag
Tags are used for classification, filtering, and policy decisions. Recommended format: lowercase; allow separators for namespacing if needed.

Enums§

DependencyStrategy
Strategy for choosing a recovery point among dependency candidates.
Idempotency
Optional idempotency declaration for side-effecting states. Key semantics: stable value used for dedupe (e.g., tx intent hash).
SideEffectKind
Side-effect classification (affects replay and retry semantics).