Sanity Library Reference Docs
    Preparing search index...

    Interface WorkflowInstanceTickedData

    interface WorkflowInstanceTickedData {
        cascaded: number;
        definitionContentHash?: string;
        instanceId: string;
    }

    Hierarchy

    • InstanceScopedEventData
      • WorkflowInstanceTickedData
    Index

    Properties

    cascaded: number

    Auto-transitions fired during the cascade.

    definitionContentHash?: string

    Absent only when the definition predates content fingerprinting.

    instanceId: string

    The instance document _id — the per-instance join key (engine-minted <tag>.wf-instance.<random>; caller-supplied ids ride verbatim). One of the payload policy's two deliberate customer-string exceptions — see the module doc.