Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.flow.common | |
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
static WorkflowExecutionInfo |
WorkflowExecutionUtils.describeWorkflowInstance(AmazonSimpleWorkflow service,
String domain,
WorkflowExecution workflowExecution) |
Modifier and Type | Method and Description |
---|---|
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: COMPLETED: the execution was
successfully completed. CANCELED: the execution was
canceled.Cancellation allows the implementation to gracefully clean up
before the execution is closed. TERMINATED: the execution was
force terminated. FAILED: the execution failed to
complete. TIMED_OUT: the execution did not complete in the
alloted time and was automatically timed out.
CONTINUED_AS_NEW: the execution is logically continued.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withCloseStatus(String closeStatus)
If the execution status is closed then this specifies how the
execution was closed: COMPLETED: the execution was
successfully completed. CANCELED: the execution was
canceled.Cancellation allows the implementation to gracefully clean up
before the execution is closed. TERMINATED: the execution was
force terminated. FAILED: the execution failed to
complete. TIMED_OUT: the execution did not complete in the
alloted time and was automatically timed out.
CONTINUED_AS_NEW: the execution is logically continued.
|
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 © 2014. All rights reserved.