WorkflowExecutionInfo |
WorkflowExecutionInfo.clone() |
|
WorkflowExecutionInfo |
WorkflowExecutionDetail.getExecutionInfo() |
Information about the workflow execution.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withCancelRequested(Boolean cancelRequested) |
Set to true if a cancellation is requested for this workflow execution.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withCloseStatus(CloseStatus closeStatus) |
If the execution status is closed then this specifies how the execution
was closed:
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withCloseStatus(String closeStatus) |
If the execution status is closed then this specifies how the execution
was closed:
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withCloseTimestamp(Date closeTimestamp) |
The time when the workflow execution was closed.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withExecution(WorkflowExecution execution) |
The workflow execution this information is about.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withExecutionStatus(ExecutionStatus executionStatus) |
The current status of the execution.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withExecutionStatus(String executionStatus) |
The current status of the execution.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withParent(WorkflowExecution parent) |
If this workflow execution is a child of another execution then contains
the workflow execution that started this execution.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withStartTimestamp(Date startTimestamp) |
The time when the execution was started.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withTagList(String... tagList) |
The list of tags associated with the workflow execution.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withTagList(Collection<String> tagList) |
The list of tags associated with the workflow execution.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withWorkflowType(WorkflowType workflowType) |
The type of the workflow execution.
|