Sanity Library Reference Docs
    Preparing search index...

    Interface WorkflowEffectStateReportedData

    interface WorkflowEffectStateReportedData {
        cascaded: number;
        definitionContentHash?: string;
        effect: string;
        instanceId: string;
    }

    Hierarchy

    • InstanceScopedEventData
      • WorkflowEffectStateReportedData
    Index

    Properties

    cascaded: number

    Auto-transitions fired during the post-report cascade — a report that satisfies a transition moves the instance.

    definitionContentHash?: string

    Absent only when the definition predates content fingerprinting.

    effect: string

    The reporting effect's author-chosen name — one of the payload policy's two deliberate customer-string exceptions (module doc).

    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.