public interface ExternalWorkflowStub
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
static <T> ExternalWorkflowStub |
fromTyped(T typed)
Extracts untyped ExternalWorkflowStub from a typed workflow stub created through
Workflow.newExternalWorkflowStub(Class, String) . |
io.temporal.api.common.v1.WorkflowExecution |
getExecution() |
void |
signal(java.lang.String signalName,
java.lang.Object... args) |
static <T> ExternalWorkflowStub fromTyped(T typed)
Workflow.newExternalWorkflowStub(Class, String)
.T
- type of the workflow stub interfacetyped
- typed external workflow stubio.temporal.api.common.v1.WorkflowExecution getExecution()
void signal(java.lang.String signalName, java.lang.Object... args)
void cancel()