WorkflowRunHandle
WorkflowRunHandle<
TOutput> =object
Defined in: packages/core/src/workflow/types.ts:70
Type Parameters
Section titled “Type Parameters”TOutput
Section titled “TOutput”TOutput
Properties
Section titled “Properties”cancel
Section titled “cancel”cancel: () =>
void
Defined in: packages/core/src/workflow/types.ts:74
Returns
Section titled “Returns”void
result
Section titled “result”result:
Promise<TOutput>
Defined in: packages/core/src/workflow/types.ts:73
workflowRunId
Section titled “workflowRunId”
readonlyworkflowRunId:string
Defined in: packages/core/src/workflow/types.ts:72
Available immediately when the run starts (for SSE / store subscription).