Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
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(Collection<String> tagList)
The list of tags associated with the workflow execution.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withTagList(String... tagList)
The list of tags associated with the workflow execution.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withWorkflowType(WorkflowType workflowType)
The type of the workflow execution.
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowExecutionInfo> |
WorkflowExecutionInfos.getExecutionInfos()
The list of workflow information structures.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionDetail.setExecutionInfo(WorkflowExecutionInfo executionInfo)
Information about the workflow execution.
|
WorkflowExecutionDetail |
WorkflowExecutionDetail.withExecutionInfo(WorkflowExecutionInfo executionInfo)
Information about the workflow execution.
|
WorkflowExecutionInfos |
WorkflowExecutionInfos.withExecutionInfos(WorkflowExecutionInfo... executionInfos)
The list of workflow information structures.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionInfos.setExecutionInfos(Collection<WorkflowExecutionInfo> executionInfos)
The list of workflow information structures.
|
WorkflowExecutionInfos |
WorkflowExecutionInfos.withExecutionInfos(Collection<WorkflowExecutionInfo> executionInfos)
The list of workflow information structures.
|
Copyright © 2018. All rights reserved.