Sanity Library Reference Docs
    Preparing search index...

    Interface WorkflowSessionStartedData

    interface WorkflowSessionStartedData {
        host: WorkflowSessionHost;
        instanceId: string;
    }
    Index

    Properties

    Properties

    The hosting adapter — never a customer-authored string.

    instanceId: string

    The instance document _id the session was created over — the same per-instance join key the engine's instance-scoped events carry.