Anchorage API reference
    Preparing search index...
    ResumeRunFn: (
        record: ApprovalRecord,
        decision: ApprovalDecision,
    ) => Promise<RunSummary>

    Resumes a run after a decision. The showcase Worker fetches the run's DO stub; an in-process host uses resumeViaRuntime(runtime). Either way it returns the post-resume RunSummary so the re-queue wrapper can inspect status.

    Type Declaration