Sanity Library Reference Docs
    Preparing search index...

    Completion twin of ConcurrentFireActionError: a completeEffect commit lost the optimistic-locking race on every attempt. Same contract — nothing committed on the final try, so the pending entry (and its claim) is untouched: the completion can be retried, and a claim whose lease lapses is recovered by a later drain. The handler's reported outcome is NOT applied — a caller that retries must not re-run the side effect, only re-report it.

    Hierarchy (View Summary)

    • WorkflowError<"concurrent-complete-effect">
      • ConcurrentCompleteEffectError
    Index

    Constructors

    Properties

    attempts: number
    cause?: unknown
    effectKey: string
    instanceId: string
    kind: "concurrent-complete-effect"
    message: string
    name: string
    stack?: string