Interface: WorkflowHandleWithFirstExecutionRunId<T>
client.WorkflowHandleWithFirstExecutionRunId
This interface is exactly the same as WorkflowHandle except it
includes the firstExecutionRunId
returned from WorkflowClient.start.
Type parameters
Name | Type |
---|---|
T | extends Workflow = Workflow |
Hierarchy
-
↳
WorkflowHandleWithFirstExecutionRunId
Properties
client
• Readonly
client: WorkflowClient
Readonly accessor to the underlying WorkflowClient