DescribeWorkflowExecutionRequest.Builder |
DescribeWorkflowExecutionRequest.Builder.execution(WorkflowExecution execution) |
The workflow execution to describe.
|
GetWorkflowExecutionHistoryRequest.Builder |
GetWorkflowExecutionHistoryRequest.Builder.execution(WorkflowExecution execution) |
Specifies the workflow execution for which to return the history.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.execution(WorkflowExecution execution) |
The workflow execution this information is about.
|
WorkflowExecutionCancelRequestedEventAttributes.Builder |
WorkflowExecutionCancelRequestedEventAttributes.Builder.externalWorkflowExecution(WorkflowExecution externalWorkflowExecution) |
The external workflow execution for which the cancellation was requested.
|
WorkflowExecutionSignaledEventAttributes.Builder |
WorkflowExecutionSignaledEventAttributes.Builder.externalWorkflowExecution(WorkflowExecution externalWorkflowExecution) |
The workflow execution that sent the signal.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.parent(WorkflowExecution parent) |
If this workflow execution is a child of another execution then contains the workflow execution that started
this execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.parentWorkflowExecution(WorkflowExecution parentWorkflowExecution) |
The source workflow execution that started this workflow execution.
|
ChildWorkflowExecutionCanceledEventAttributes.Builder |
ChildWorkflowExecutionCanceledEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was canceled.
|
ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was completed.
|
ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that failed.
|
ChildWorkflowExecutionStartedEventAttributes.Builder |
ChildWorkflowExecutionStartedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was started.
|
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was terminated.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that timed out.
|
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The external workflow execution to which the cancellation request was delivered.
|
ExternalWorkflowExecutionSignaledEventAttributes.Builder |
ExternalWorkflowExecutionSignaledEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The external workflow execution that the signal was delivered to.
|
PollForActivityTaskResponse.Builder |
PollForActivityTaskResponse.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The workflow execution that started this activity task.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The workflow execution for which this decision task was created.
|