public interface WorkflowContext
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ChildPolicy |
getChildPolicy() |
ContinueAsNewWorkflowExecutionParameters |
getContinueAsNewOnCompletion() |
java.lang.String |
getContinuedExecutionRunId() |
long |
getExecutionStartToCloseTimeout() |
WorkflowExecution |
getParentWorkflowExecution() |
java.util.List<java.lang.String> |
getTagList() |
java.lang.String |
getTaskList() |
WorkflowExecution |
getWorkflowExecution() |
WorkflowType |
getWorkflowType() |
boolean |
isCancelRequested() |
void |
setContinueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters continueParameters) |
WorkflowExecution getWorkflowExecution()
WorkflowExecution getParentWorkflowExecution()
WorkflowType getWorkflowType()
boolean isCancelRequested()
ContinueAsNewWorkflowExecutionParameters getContinueAsNewOnCompletion()
void setContinueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters continueParameters)
java.util.List<java.lang.String> getTagList()
ChildPolicy getChildPolicy()
java.lang.String getContinuedExecutionRunId()
long getExecutionStartToCloseTimeout()
java.lang.String getTaskList()