Sanity Library Reference Docs
    Preparing search index...
    interface WorkflowActionFiredData {
        activityKind?: "user" | "service" | "script" | "manual" | "receive";
        cascaded: number;
        definitionContentHash?: string;
        hasParams: boolean;
        instanceId: string;
    }

    Hierarchy

    • InstanceScopedEventData
      • WorkflowActionFiredData
    Index

    Properties

    activityKind?: "user" | "service" | "script" | "manual" | "receive"

    Effective kind of the activity the action fired on.

    cascaded: number

    Auto-transitions fired during the post-action cascade.

    definitionContentHash?: string

    Absent only when the definition predates content fingerprinting.

    hasParams: boolean
    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.