Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Interface DynamicWorkflowClientExternal

All Superinterfaces:
WorkflowClientExternal
All Known Implementing Classes:
DynamicWorkflowClientExternalImpl

public interface DynamicWorkflowClientExternal
extends WorkflowClientExternal


Method Summary
<T> T
getWorkflowExecutionState(Class<T> returnType)
           
 void signalWorkflowExecution(String signalName, Object[] arguments)
           
 void startWorkflowExecution(Object[] arguments)
           
 void startWorkflowExecution(Object[] arguments, StartWorkflowOptions startOptionsOverride)
           
 
Methods inherited from interface com.amazonaws.services.simpleworkflow.flow.WorkflowClientExternal
getDataConverter, getGenericClient, getSchedulingOptions, getWorkflowExecution, requestCancelWorkflowExecution, terminateWorkflowExecution
 

Method Detail

startWorkflowExecution

void startWorkflowExecution(Object[] arguments,
                            StartWorkflowOptions startOptionsOverride)

startWorkflowExecution

void startWorkflowExecution(Object[] arguments)

signalWorkflowExecution

void signalWorkflowExecution(String signalName,
                             Object[] arguments)

getWorkflowExecutionState

<T> T getWorkflowExecutionState(Class<T> returnType)
                            throws Throwable
Throws:
Throwable


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.