Interface: WorkflowHandleWithSignaledRunId<T>
client.WorkflowHandleWithSignaledRunId
This interface is exactly the same as WorkflowHandle except it
includes the signaledRunId returned from signalWithStart.
Type parameters
| Name | Type |
|---|---|
T | extends Workflow = Workflow |
Hierarchy
-
↳
WorkflowHandleWithSignaledRunId
Properties
client
• Readonly client: WorkflowClient
Readonly accessor to the underlying WorkflowClient
Inherited from
signaledRunId
• Readonly signaledRunId: string
The Run Id of the bound Workflow at the time of WorkflowClient.signalWithStart.
Since signalWithStart may have signaled an existing Workflow Chain, signaledRunId might not be the
firstExecutionRunId.