Sanity Library Reference Docs
    Preparing search index...

    Outcome flag for the admin-override events — the attempt emits either way.

    interface WorkflowAdminOverrideData {
        changed: boolean;
        definitionContentHash?: string;
        instanceId: string;
    }

    Hierarchy

    • InstanceScopedEventData
      • WorkflowAdminOverrideData
    Index

    Properties

    changed: boolean

    false = the override was a no-op (already at the target / already terminal).

    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.