public interface WorkflowClientExternal
| Modifier and Type | Method and Description | 
|---|---|
| DataConverter | getDataConverter() | 
| GenericWorkflowClientExternal | getGenericClient() | 
| StartWorkflowOptions | getSchedulingOptions() | 
| WorkflowExecution | getWorkflowExecution() | 
| void | requestCancelWorkflowExecution() | 
| void | terminateWorkflowExecution(String reason,
                          String details,
                          ChildPolicy childPolicy) | 
void requestCancelWorkflowExecution()
void terminateWorkflowExecution(String reason, String details, ChildPolicy childPolicy)
DataConverter getDataConverter()
StartWorkflowOptions getSchedulingOptions()
GenericWorkflowClientExternal getGenericClient()
WorkflowExecution getWorkflowExecution()
Copyright © 2015. All rights reserved.