Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / EffectAttemptDecision

Interface: EffectAttemptDecision

Defined in: packages/core/dist/index.d.ts

One dispatch attempt, appended BEFORE the network send (RFC section 3.1, item 3): at most one attempt may be open at a time, and attempts are sub-records of the ONE intent, never new intents.

Properties

PropertyTypeDescriptionDefined in
decisionType"effect_attempt"-packages/core/dist/index.d.ts
idempotencyKey?stringThe provider idempotency key, when the row carries one.packages/core/dist/index.d.ts
intentRefnumber-packages/core/dist/index.d.ts
notAfterstringThe attempt's send deadline (defense in depth, never proof).packages/core/dist/index.d.ts
opIdstring-packages/core/dist/index.d.ts
ordinalnumber1-based attempt order under the intent.packages/core/dist/index.d.ts
transport?string-packages/core/dist/index.d.ts