Sanity Library Reference Docs
    Preparing search index...

    Interface WorkflowResourceRollbackScope

    One provider lifecycle call's scope: the resource document as it arrives from the blueprint service (parsed and validated at this boundary) and a client bound to the deployment's workflowResource.

    interface WorkflowResourceRollbackScope {
        client: WorkflowClient;
        receipt: unknown;
        resource: unknown;
        telemetry?: WorkflowTelemetryLogger;
    }

    Hierarchy (View Summary)

    Index

    Properties

    receipt: unknown

    Opaque provision receipt, parsed again before any destructive operation.

    resource: unknown