Restate Typescript SDK
    Preparing search index...
    RunAction: (opts: RunActionOpts) => Promise<T>

    The closure that run invokes. Receives { signal } — pass the signal into AbortSignal-aware APIs (e.g. fetch(url, { signal })) to cancel in-flight syscalls promptly.

    Type Parameters

    • T

    Type Declaration