Sanity Library Reference Docs
    Preparing search index...

    Thrown when a start's first cascade fails AFTER the instance was created and primed: the run exists — stage entered, activities active, guards deployed — it just hasn't auto-advanced to a stable stage yet. Callers must not present this as a failed start: the workflow IS running, and a tick (or retrying startInstance with the same instanceId) resumes the settling.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cause?: unknown
    instance?: WorkflowInstance

    The primed instance re-read after the cascade failure — absent when that best-effort read also failed.

    instanceId: string
    kind: "start-not-settled"
    message: string
    name: string
    stack?: string