com.amazonaws.services.simpleworkflow.flow.generic
Interface GenericWorkflowClientExternal
- All Known Implementing Classes:
- GenericWorkflowClientExternalImpl
public interface GenericWorkflowClientExternal
startWorkflow
WorkflowExecution startWorkflow(StartWorkflowExecutionParameters startParameters)
signalWorkflowExecution
void signalWorkflowExecution(SignalExternalWorkflowParameters signalParameters)
requestCancelWorkflowExecution
void requestCancelWorkflowExecution(WorkflowExecution execution)
getWorkflowState
String getWorkflowState(WorkflowExecution execution)
terminateWorkflowExecution
void terminateWorkflowExecution(TerminateWorkflowExecutionParameters terminateParameters)
generateUniqueId
String generateUniqueId()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.