![]() | TemporalClientNewWorkflowStub Method |
Name | Description | |
---|---|---|
![]() | NewWorkflowStub(String, WorkflowOptions) |
Creates an untyped workflow stub to be used for launching a workflow.
|
![]() | NewWorkflowStubTWorkflowInterface(WorkflowExecution, String) |
Creates a typed workflow stub connected to a known workflow execution
using a WorkflowExecution. This can be used to signal and
query the workflow via the type-safe interface methods.
|
![]() | NewWorkflowStubTWorkflowInterface(WorkflowOptions, String) |
Creates a typed workflow stub that can be used to start as well as
query and signal the workflow via the type-safe interface methods.
|
![]() | NewWorkflowStubTWorkflowInterface(String, String, String) |
Creates a typed workflow stub connected to a known workflow execution
using IDs. This can be used to signal and query the workflow via the
type-safe interface methods.
|