com.amazonaws.services.simpleworkflow.flow
Interface WorkflowContext
- All Known Implementing Classes:
- TestWorkflowContext
public interface WorkflowContext
getWorkflowExecution
WorkflowExecution getWorkflowExecution()
getParentWorkflowExecution
WorkflowExecution getParentWorkflowExecution()
getWorkflowType
WorkflowType getWorkflowType()
isCancelRequested
boolean isCancelRequested()
getContinueAsNewOnCompletion
ContinueAsNewWorkflowExecutionParameters getContinueAsNewOnCompletion()
setContinueAsNewOnCompletion
void setContinueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters continueParameters)
getTagList
List<String> getTagList()
getChildPolicy
ChildPolicy getChildPolicy()
getContinuedExecutionRunId
String getContinuedExecutionRunId()
getExecutionStartToCloseTimeout
long getExecutionStartToCloseTimeout()
getTaskList
String getTaskList()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.