| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecution |
DescribeWorkflowExecutionRequest.execution()
The workflow execution to describe.
|
WorkflowExecution |
GetWorkflowExecutionHistoryRequest.execution()
Specifies the workflow execution for which to return the history.
|
WorkflowExecution |
WorkflowExecutionInfo.execution()
The workflow execution this information is about.
|
WorkflowExecution |
WorkflowExecutionSignaledEventAttributes.externalWorkflowExecution()
The workflow execution that sent the signal.
|
WorkflowExecution |
WorkflowExecutionCancelRequestedEventAttributes.externalWorkflowExecution()
The external workflow execution for which the cancellation was requested.
|
WorkflowExecution |
WorkflowExecutionInfo.parent()
If this workflow execution is a child of another execution then contains the workflow execution that started this
execution.
|
WorkflowExecution |
WorkflowExecutionStartedEventAttributes.parentWorkflowExecution()
The source workflow execution that started this workflow execution.
|
WorkflowExecution |
ChildWorkflowExecutionTimedOutEventAttributes.workflowExecution()
The child workflow execution that timed out.
|
WorkflowExecution |
ChildWorkflowExecutionCompletedEventAttributes.workflowExecution()
The child workflow execution that was completed.
|
WorkflowExecution |
ChildWorkflowExecutionFailedEventAttributes.workflowExecution()
The child workflow execution that failed.
|
WorkflowExecution |
ExternalWorkflowExecutionSignaledEventAttributes.workflowExecution()
The external workflow execution that the signal was delivered to.
|
WorkflowExecution |
PollForDecisionTaskResponse.workflowExecution()
The workflow execution for which this decision task was created.
|
WorkflowExecution |
PollForActivityTaskResponse.workflowExecution()
The workflow execution that started this activity task.
|
WorkflowExecution |
ChildWorkflowExecutionTerminatedEventAttributes.workflowExecution()
The child workflow execution that was terminated.
|
WorkflowExecution |
ExternalWorkflowExecutionCancelRequestedEventAttributes.workflowExecution()
The external workflow execution to which the cancellation request was delivered.
|
WorkflowExecution |
ChildWorkflowExecutionStartedEventAttributes.workflowExecution()
The child workflow execution that was started.
|
WorkflowExecution |
ChildWorkflowExecutionCanceledEventAttributes.workflowExecution()
The child workflow execution that was canceled.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
WorkflowExecutionSignaledEventAttributes.Builder |
WorkflowExecutionSignaledEventAttributes.Builder.externalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
The workflow execution that sent the signal.
|
WorkflowExecutionCancelRequestedEventAttributes.Builder |
WorkflowExecutionCancelRequestedEventAttributes.Builder.externalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
The external workflow execution for which the cancellation was requested.
|
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.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that timed out.
|
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.
|
ExternalWorkflowExecutionSignaledEventAttributes.Builder |
ExternalWorkflowExecutionSignaledEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.workflowExecution(WorkflowExecution workflowExecution)
The workflow execution for which this decision task was created.
|
PollForActivityTaskResponse.Builder |
PollForActivityTaskResponse.Builder.workflowExecution(WorkflowExecution workflowExecution)
The workflow execution that started this activity task.
|
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was terminated.
|
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution)
The external workflow execution to which the cancellation request was delivered.
|
ChildWorkflowExecutionStartedEventAttributes.Builder |
ChildWorkflowExecutionStartedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was started.
|
ChildWorkflowExecutionCanceledEventAttributes.Builder |
ChildWorkflowExecutionCanceledEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was canceled.
|
Copyright © 2022. All rights reserved.