com.amazonaws.services.simpleworkflow.flow
Interface WorkflowContext
- All Known Implementing Classes:
- TestWorkflowContext
public interface WorkflowContext
getWorkflowExecution
WorkflowExecution getWorkflowExecution()
getWorkflowType
WorkflowType getWorkflowType()
isCancelRequested
boolean isCancelRequested()
getContinueAsNewOnCompletion
ContinueAsNewWorkflowExecutionParameters getContinueAsNewOnCompletion()
setContinueAsNewOnCompletion
void setContinueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters continueParameters)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.