Skip to main content

Module vocab

Module vocab 

Source
Expand description

Controlled vocabulary enums for effect-runtime artifact fields.

Each enum represents a closed set of domain values used across effect lifecycle artifacts. All variants serialize as snake_case.

Enums§

BlastRadiusCeilingV1
Upper bound on the scope of impact an effect may have.
BudgetSufficiencyResultV1
Whether the budget allocation is sufficient for the intended effect.
CheckResultV1
Binary pass/fail result for a preflight check gate.
CloseMidflightBehaviorV1
Behavior to apply when an effect window closes while execution is still in flight.
ClosureRecommendationV1
Recommended next action after observing an executed effect’s outcome.
CommitAtomicityV1
Atomicity guarantee level for an effect commit operation.
CompensationClassV1
Classification of the compensation strategy to be applied.
EffectClassV1
Classification of the type of side-effect an intent describes.
ExecutionStateV1
Terminal or in-progress state of an effect or compensation execution.
ExternalObservationStateV1
Observed state of a side-effect in an external system.
ObservationStateV1
State of post-execution observation for an effect.
PublicationStatusV1
Whether an effect intent must be published to governance observers.
RetryOwnerV1
Entity responsible for retrying a failed or timed-out effect.
ReversibilityClassV1
Classification of how reversible an effect is after execution.
RunModeV1
Execution mode governing whether an effect produces real side-effects.