Skip to content

WorkflowStreamHandle

WorkflowStreamHandle<TOutput> = WorkflowRunHandle<TOutput> & object

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

Same execution as Workflow.run plus a live in-process tail of RunEvents.

events: AsyncIterable<RunEvent>

TOutput