| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
WorkflowExecution | 
WorkflowExecution.clone()  | 
WorkflowExecution | 
GetWorkflowExecutionHistoryRequest.getExecution()
 Specifies the workflow execution for which to return the history. 
 | 
WorkflowExecution | 
WorkflowExecutionInfo.getExecution()
 The workflow execution this information is about. 
 | 
WorkflowExecution | 
DescribeWorkflowExecutionRequest.getExecution()
 The workflow execution to describe. 
 | 
WorkflowExecution | 
WorkflowExecutionSignaledEventAttributes.getExternalWorkflowExecution()
 The workflow execution that sent the signal. 
 | 
WorkflowExecution | 
WorkflowExecutionCancelRequestedEventAttributes.getExternalWorkflowExecution()
 The external workflow execution for which the cancellation was requested. 
 | 
WorkflowExecution | 
WorkflowExecutionInfo.getParent()
 If this workflow execution is a child of another execution then contains the workflow execution that started this
 execution. 
 | 
WorkflowExecution | 
WorkflowExecutionStartedEventAttributes.getParentWorkflowExecution()
 The source workflow execution that started this workflow execution. 
 | 
WorkflowExecution | 
ChildWorkflowExecutionCanceledEventAttributes.getWorkflowExecution()
 The child workflow execution that was canceled. 
 | 
WorkflowExecution | 
ExternalWorkflowExecutionSignaledEventAttributes.getWorkflowExecution()
 The external workflow execution that the signal was delivered to. 
 | 
WorkflowExecution | 
ChildWorkflowExecutionCompletedEventAttributes.getWorkflowExecution()
 The child workflow execution that was completed. 
 | 
WorkflowExecution | 
ChildWorkflowExecutionTerminatedEventAttributes.getWorkflowExecution()
 The child workflow execution that was terminated. 
 | 
WorkflowExecution | 
ChildWorkflowExecutionTimedOutEventAttributes.getWorkflowExecution()
 The child workflow execution that timed out. 
 | 
WorkflowExecution | 
ChildWorkflowExecutionFailedEventAttributes.getWorkflowExecution()
 The child workflow execution that failed. 
 | 
WorkflowExecution | 
ExternalWorkflowExecutionCancelRequestedEventAttributes.getWorkflowExecution()
 The external workflow execution to which the cancellation request was delivered. 
 | 
WorkflowExecution | 
DecisionTask.getWorkflowExecution()
 The workflow execution for which this decision task was created. 
 | 
WorkflowExecution | 
ChildWorkflowExecutionStartedEventAttributes.getWorkflowExecution()
 The child workflow execution that was started. 
 | 
WorkflowExecution | 
ActivityTask.getWorkflowExecution()
 The workflow execution that started this activity task. 
 | 
WorkflowExecution | 
WorkflowExecution.withRunId(String runId)
 A system-generated unique identifier for the workflow execution. 
 | 
WorkflowExecution | 
WorkflowExecution.withWorkflowId(String workflowId)
 The user defined identifier associated with the workflow execution. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetWorkflowExecutionHistoryRequest.setExecution(WorkflowExecution execution)
 Specifies the workflow execution for which to return the history. 
 | 
void | 
WorkflowExecutionInfo.setExecution(WorkflowExecution execution)
 The workflow execution this information is about. 
 | 
void | 
DescribeWorkflowExecutionRequest.setExecution(WorkflowExecution execution)
 The workflow execution to describe. 
 | 
void | 
WorkflowExecutionSignaledEventAttributes.setExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
 The workflow execution that sent the signal. 
 | 
void | 
WorkflowExecutionCancelRequestedEventAttributes.setExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
 The external workflow execution for which the cancellation was requested. 
 | 
void | 
WorkflowExecutionInfo.setParent(WorkflowExecution parent)
 If this workflow execution is a child of another execution then contains the workflow execution that started this
 execution. 
 | 
void | 
WorkflowExecutionStartedEventAttributes.setParentWorkflowExecution(WorkflowExecution parentWorkflowExecution)
 The source workflow execution that started this workflow execution. 
 | 
void | 
ChildWorkflowExecutionCanceledEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was canceled. 
 | 
void | 
ExternalWorkflowExecutionSignaledEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
 The external workflow execution that the signal was delivered to. 
 | 
void | 
ChildWorkflowExecutionCompletedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was completed. 
 | 
void | 
ChildWorkflowExecutionTerminatedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was terminated. 
 | 
void | 
ChildWorkflowExecutionTimedOutEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that timed out. 
 | 
void | 
ChildWorkflowExecutionFailedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that failed. 
 | 
void | 
ExternalWorkflowExecutionCancelRequestedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
 The external workflow execution to which the cancellation request was delivered. 
 | 
void | 
DecisionTask.setWorkflowExecution(WorkflowExecution workflowExecution)
 The workflow execution for which this decision task was created. 
 | 
void | 
ChildWorkflowExecutionStartedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was started. 
 | 
void | 
ActivityTask.setWorkflowExecution(WorkflowExecution workflowExecution)
 The workflow execution that started this activity task. 
 | 
GetWorkflowExecutionHistoryRequest | 
GetWorkflowExecutionHistoryRequest.withExecution(WorkflowExecution execution)
 Specifies the workflow execution for which to return the history. 
 | 
WorkflowExecutionInfo | 
WorkflowExecutionInfo.withExecution(WorkflowExecution execution)
 The workflow execution this information is about. 
 | 
DescribeWorkflowExecutionRequest | 
DescribeWorkflowExecutionRequest.withExecution(WorkflowExecution execution)
 The workflow execution to describe. 
 | 
WorkflowExecutionSignaledEventAttributes | 
WorkflowExecutionSignaledEventAttributes.withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
 The workflow execution that sent the signal. 
 | 
WorkflowExecutionCancelRequestedEventAttributes | 
WorkflowExecutionCancelRequestedEventAttributes.withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
 The external workflow execution for which the cancellation was requested. 
 | 
WorkflowExecutionInfo | 
WorkflowExecutionInfo.withParent(WorkflowExecution parent)
 If this workflow execution is a child of another execution then contains the workflow execution that started this
 execution. 
 | 
WorkflowExecutionStartedEventAttributes | 
WorkflowExecutionStartedEventAttributes.withParentWorkflowExecution(WorkflowExecution parentWorkflowExecution)
 The source workflow execution that started this workflow execution. 
 | 
ChildWorkflowExecutionCanceledEventAttributes | 
ChildWorkflowExecutionCanceledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was canceled. 
 | 
ExternalWorkflowExecutionSignaledEventAttributes | 
ExternalWorkflowExecutionSignaledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
 The external workflow execution that the signal was delivered to. 
 | 
ChildWorkflowExecutionCompletedEventAttributes | 
ChildWorkflowExecutionCompletedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was completed. 
 | 
ChildWorkflowExecutionTerminatedEventAttributes | 
ChildWorkflowExecutionTerminatedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was terminated. 
 | 
ChildWorkflowExecutionTimedOutEventAttributes | 
ChildWorkflowExecutionTimedOutEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that timed out. 
 | 
ChildWorkflowExecutionFailedEventAttributes | 
ChildWorkflowExecutionFailedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that failed. 
 | 
ExternalWorkflowExecutionCancelRequestedEventAttributes | 
ExternalWorkflowExecutionCancelRequestedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
 The external workflow execution to which the cancellation request was delivered. 
 | 
DecisionTask | 
DecisionTask.withWorkflowExecution(WorkflowExecution workflowExecution)
 The workflow execution for which this decision task was created. 
 | 
ChildWorkflowExecutionStartedEventAttributes | 
ChildWorkflowExecutionStartedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was started. 
 | 
ActivityTask | 
ActivityTask.withWorkflowExecution(WorkflowExecution workflowExecution)
 The workflow execution that started this activity task. 
 | 
Copyright © 2018. All rights reserved.