com.amazonaws.services.simpleworkflow.flow
Interface WorkflowClient
- All Known Subinterfaces:
- DynamicWorkflowClient
- All Known Implementing Classes:
- DynamicWorkflowClientImpl, WorkflowClientBase
public interface WorkflowClient
getWorkflowExecution
WorkflowExecution getWorkflowExecution()
getRunId
Promise<String> getRunId()
getGenericClient
GenericWorkflowClient getGenericClient()
getSchedulingOptions
StartWorkflowOptions getSchedulingOptions()
getDataConverter
DataConverter getDataConverter()
requestCancelWorkflowExecution
void requestCancelWorkflowExecution(Promise<?>... waitFor)
getWorkflowType
WorkflowType getWorkflowType()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.