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.
Type Declaration
Section titled “Type Declaration”events
Section titled “events”events:
AsyncIterable<RunEvent>
Type Parameters
Section titled “Type Parameters”TOutput
Section titled “TOutput”TOutput