ZWorkflowStubImpl
Represents untyped workflow stub
Attributes
- See also
-
WorkflowStub
- Graph
-
- Supertypes
- Self type
Members list
Value members
Inherited methods
Request cancellation of a workflow execution.
Request cancellation of a workflow execution.
Cancellation cancels io.temporal.workflow.CancellationScope that wraps the main workflow method. Note that workflow can take long time to get canceled or even completely ignore the cancellation request.
Attributes
- Throws
-
io.temporal.client.WorkflowNotFoundException
if the workflow execution doesn't exist or is already completed
io.temporal.client.WorkflowServiceExceptionfor all other failures including networking and service availability issues
- Inherited from:
- ZWorkflowStub
Attributes
- Returns
-
None if the stub is created to bound to an existing execution.
- Inherited from:
- ZWorkflowStub
Attributes
- Inherited from:
- ZWorkflowStub
Fetches workflow result
Fetches workflow result
Type parameters
- V
-
expected workflow result type
Attributes
- Returns
-
either interaction error or the workflow result
- Inherited from:
- ZWorkflowStub
Performs signal with start atomically.
Performs signal with start atomically.
Value parameters
- signal
-
signal method call
- start
-
workflow method call
Attributes
- Returns
-
Workflow execution
- Inherited from:
- ZWorkflowClientSignalWithStartSyntax
Terminates a workflow execution.
Terminates a workflow execution.
Termination is a hard stop of a workflow execution which doesn't give workflow code any chance to perform cleanup.
Value parameters
- details
-
additional details about the termination reason
- reason
-
optional reason for the termination request
Attributes
- Throws
-
io.temporal.client.WorkflowNotFoundException
if the workflow execution doesn't exist or is already completed
io.temporal.client.WorkflowServiceExceptionfor all other failures including networking and service availability issues
- Inherited from:
- ZWorkflowStub
Concrete fields
Retrieves the runtime class of a stubbed type
Retrieves the runtime class of a stubbed type
Attributes
Returns an untyped version of ZWorkflowStub