Skip to content

WorkflowRunHandle

WorkflowRunHandle<TOutput> = object

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

TOutput

cancel: () => void

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

void


result: Promise<TOutput>

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


readonly workflowRunId: string

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

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