Expand description
Metadata used to classify states and express recovery or idempotency intent.
Modules§
- standard_
tags - Standard tags (stable identifiers).
Structs§
- State
Meta - 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§
- Dependency
Strategy - 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).
- Side
Effect Kind - Side-effect classification (affects replay and retry semantics).