public interface WorkflowContext
| Modifier and Type | Method and Description | 
|---|---|
ChildPolicy | 
getChildPolicy()  | 
ContinueAsNewWorkflowExecutionParameters | 
getContinueAsNewOnCompletion()  | 
String | 
getContinuedExecutionRunId()  | 
long | 
getExecutionStartToCloseTimeout()  | 
String | 
getLambdaRole()  | 
WorkflowExecution | 
getParentWorkflowExecution()  | 
List<String> | 
getTagList()  | 
String | 
getTaskList()  | 
int | 
getTaskPriority()  | 
WorkflowExecution | 
getWorkflowExecution()  | 
WorkflowType | 
getWorkflowType()  | 
boolean | 
isCancelRequested()  | 
void | 
setContinueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters continueParameters)  | 
WorkflowExecution getWorkflowExecution()
WorkflowExecution getParentWorkflowExecution()
WorkflowType getWorkflowType()
boolean isCancelRequested()
ContinueAsNewWorkflowExecutionParameters getContinueAsNewOnCompletion()
void setContinueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters continueParameters)
ChildPolicy getChildPolicy()
String getContinuedExecutionRunId()
long getExecutionStartToCloseTimeout()
String getTaskList()
int getTaskPriority()
String getLambdaRole()