public class SpringTestPOJOWorkflowImplementationGenericWorkflowClient extends Object implements GenericWorkflowClient
| Constructor and Description |
|---|
SpringTestPOJOWorkflowImplementationGenericWorkflowClient() |
public SpringTestPOJOWorkflowImplementationGenericWorkflowClient()
public void setWorkflowImplementations(Iterable<Object> workflowImplementations) throws InstantiationException, IllegalAccessException
public void addWorkflowImplementation(Object workflowImplementation) throws InstantiationException, IllegalAccessException
public DecisionContextProvider getDecisionContextProvider()
public void setDecisionContextProvider(DecisionContextProvider decisionContextProvider)
public Promise<StartChildWorkflowReply> startChildWorkflow(StartChildWorkflowExecutionParameters parameters)
GenericWorkflowClientstartChildWorkflow in interface GenericWorkflowClientStartChildWorkflowReply.getResult() becomes ready upon
child completion.public Promise<String> startChildWorkflow(String workflow, String version, String input)
startChildWorkflow in interface GenericWorkflowClientpublic Promise<String> startChildWorkflow(String workflow, String version, Promise<String> input)
startChildWorkflow in interface GenericWorkflowClientpublic Promise<Void> signalWorkflowExecution(SignalExternalWorkflowParameters signalParameters)
signalWorkflowExecution in interface GenericWorkflowClientpublic void requestCancelWorkflowExecution(WorkflowExecution execution)
requestCancelWorkflowExecution in interface GenericWorkflowClientpublic String getWorkflowState(WorkflowExecution execution) throws WorkflowException
WorkflowExceptionpublic void continueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters parameters)
continueAsNewOnCompletion in interface GenericWorkflowClientpublic String generateUniqueId()
GenericWorkflowClientgenerateUniqueId in interface GenericWorkflowClientpublic DataConverter getDataConverter()
public void setDataConverter(DataConverter converter)
public Iterable<WorkflowType> getWorkflowTypesToRegister()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.