public class TestWorkflowContext extends Object implements WorkflowContext
Constructor and Description |
---|
TestWorkflowContext() |
public WorkflowExecution getWorkflowExecution()
getWorkflowExecution
in interface WorkflowContext
public void setWorkflowExecution(WorkflowExecution workflowExecution)
public WorkflowType getWorkflowType()
getWorkflowType
in interface WorkflowContext
public void setWorkflowType(WorkflowType workflowType)
public ContinueAsNewWorkflowExecutionParameters getContinueAsNewOnCompletion()
getContinueAsNewOnCompletion
in interface WorkflowContext
public void setContinueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters continueAsNewOnCompletion)
setContinueAsNewOnCompletion
in interface WorkflowContext
public WorkflowExecution getParentWorkflowExecution()
getParentWorkflowExecution
in interface WorkflowContext
public void setParentWorkflowExecution(WorkflowExecution parentWorkflowExecution)
public List<String> getTagList()
getTagList
in interface WorkflowContext
public ChildPolicy getChildPolicy()
getChildPolicy
in interface WorkflowContext
public void setChildPolicy(ChildPolicy childPolicy)
public String getContinuedExecutionRunId()
getContinuedExecutionRunId
in interface WorkflowContext
public void setContinuedExecutionRunId(String continuedExecutionRunId)
public long getExecutionStartToCloseTimeout()
getExecutionStartToCloseTimeout
in interface WorkflowContext
public void setExecutionStartToCloseTimeout(long executionStartToCloseTimeout)
public String getTaskList()
getTaskList
in interface WorkflowContext
public void setTaskList(String taskList)
public String getLambdaRole()
getLambdaRole
in interface WorkflowContext
public void setLambdaRole(String lambdaRole)
public boolean isCancelRequested()
isCancelRequested
in interface WorkflowContext
public void setRootTryCatch(TryCatchFinally rootTryCatch)
public int getTaskPriority()
getTaskPriority
in interface WorkflowContext
public void setTaskPriority(int taskPriority)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.