Skip to content

WorkflowRunHandle

WorkflowRunHandle<TOutput> = object

Defined in: packages/core/src/workflow/types.ts:70

TOutput

cancel: () => void

Defined in: packages/core/src/workflow/types.ts:74

void


result: Promise<TOutput>

Defined in: packages/core/src/workflow/types.ts:73


readonly workflowRunId: string

Defined in: packages/core/src/workflow/types.ts:72

Available immediately when the run starts (for SSE / store subscription).