public interface WorkflowClient
Modifier and Type | Method and Description |
---|---|
DataConverter |
getDataConverter() |
GenericWorkflowClient |
getGenericClient() |
Promise<String> |
getRunId() |
StartWorkflowOptions |
getSchedulingOptions() |
WorkflowExecution |
getWorkflowExecution() |
WorkflowType |
getWorkflowType() |
void |
requestCancelWorkflowExecution(Promise<?>... waitFor) |
WorkflowExecution getWorkflowExecution()
GenericWorkflowClient getGenericClient()
StartWorkflowOptions getSchedulingOptions()
DataConverter getDataConverter()
void requestCancelWorkflowExecution(Promise<?>... waitFor)
WorkflowType getWorkflowType()