Sanity Library Reference Docs
    Preparing search index...
    • Parameters

      • args: {
            definitions: ReadonlyMap<string, DeployedDefinition>;
            now: Date;
            previews: readonly WorkflowInstancePreview[];
        }
        • definitions: ReadonlyMap<string, DeployedDefinition>

          The deployed catalog by definition name — previews hold no titles, so every display string joins from here; raw names are used for the definitions the catalog lacks.

        • now: Date

          The moment overdue is measured against.

        • previews: readonly WorkflowInstancePreview[]

          Every preview the read returned, settled ones included — a detached child's root may be settled, and attribution needs it present.

      Returns RunRow[]