com.amazonaws.services.simpleworkflow.flow
Interface WorkflowClientExternal
- All Known Subinterfaces:
- DynamicWorkflowClientExternal
- All Known Implementing Classes:
- DynamicWorkflowClientExternalImpl, WorkflowClientExternalBase
public interface WorkflowClientExternal
requestCancelWorkflowExecution
void requestCancelWorkflowExecution()
terminateWorkflowExecution
void terminateWorkflowExecution(String reason,
String details,
ChildPolicy childPolicy)
getDataConverter
DataConverter getDataConverter()
getSchedulingOptions
StartWorkflowOptions getSchedulingOptions()
getGenericClient
GenericWorkflowClientExternal getGenericClient()
getWorkflowExecution
WorkflowExecution getWorkflowExecution()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.