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, terminateWorkflowExecution
void startWorkflowExecution(Object[] arguments, StartWorkflowOptions startOptionsOverride)
void startWorkflowExecution(Object[] arguments)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.