Sanity Library Reference Docs
    Preparing search index...

    Interface ResolvedWorkflowResource

    The resource state exposed to Blueprints references after provision or read.

    interface ResolvedWorkflowResource {
        deployedDefinitions: WorkflowResourceDefinitionSnapshot[];
        deployment: AcknowledgedWorkflowDeployment;
        externalId: string;
        lifecycle: NormalizedWorkflowsResourceLifecycle;
        name: string;
        type: "sanity.workflow";
    }

    Hierarchy (View Summary)

    Index

    Properties

    deployedDefinitions: WorkflowResourceDefinitionSnapshot[]

    The deployment to provision — the same shape as one deployments[] entry of a sanity.workflow.ts config, its floor asserted. Definitions are carried in authored form; @<handle>: aliases expand at provision, not here.

    externalId: string
    name: string
    type: "sanity.workflow"