public interface DynamicWorkflowClientExternal extends WorkflowClientExternal
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | getWorkflowExecutionState(Class<T> returnType) | 
| void | signalWorkflowExecution(String signalName,
                       Object[] arguments) | 
| void | startWorkflowExecution(Object[] arguments) | 
| void | startWorkflowExecution(Object[] arguments,
                      StartWorkflowOptions startOptionsOverride) | 
getDataConverter, getGenericClient, getSchedulingOptions, getWorkflowExecution, requestCancelWorkflowExecution, terminateWorkflowExecutionvoid startWorkflowExecution(Object[] arguments, StartWorkflowOptions startOptionsOverride)
void startWorkflowExecution(Object[] arguments)