void |
DescribeWorkflowExecutionRequest.setExecution(WorkflowExecution execution) |
The workflow execution to describe.
|
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 |
WorkflowExecutionCancelRequestedEventAttributes.setExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution) |
The external workflow execution for which the cancellation was requested.
|
void |
WorkflowExecutionSignaledEventAttributes.setExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution) |
The workflow execution that sent the signal.
|
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 |
ActivityTask.setWorkflowExecution(WorkflowExecution workflowExecution) |
The workflow execution that started this activity task.
|
void |
ChildWorkflowExecutionCanceledEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was canceled.
|
void |
ChildWorkflowExecutionCompletedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was completed.
|
void |
ChildWorkflowExecutionFailedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that failed.
|
void |
ChildWorkflowExecutionStartedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was started.
|
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 |
DecisionTask.setWorkflowExecution(WorkflowExecution workflowExecution) |
The workflow execution for which this decision task was created.
|
void |
ExternalWorkflowExecutionCancelRequestedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) |
The external workflow execution to which the cancellation request was
delivered.
|
void |
ExternalWorkflowExecutionSignaledEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) |
The external workflow execution that the signal was delivered to.
|
DescribeWorkflowExecutionRequest |
DescribeWorkflowExecutionRequest.withExecution(WorkflowExecution execution) |
The workflow execution to describe.
|
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.
|
WorkflowExecutionCancelRequestedEventAttributes |
WorkflowExecutionCancelRequestedEventAttributes.withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution) |
The external workflow execution for which the cancellation was requested.
|
WorkflowExecutionSignaledEventAttributes |
WorkflowExecutionSignaledEventAttributes.withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution) |
The workflow execution that sent the signal.
|
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.
|
ActivityTask |
ActivityTask.withWorkflowExecution(WorkflowExecution workflowExecution) |
The workflow execution that started this activity task.
|
ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was canceled.
|
ChildWorkflowExecutionCompletedEventAttributes |
ChildWorkflowExecutionCompletedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was completed.
|
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that failed.
|
ChildWorkflowExecutionStartedEventAttributes |
ChildWorkflowExecutionStartedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was started.
|
ChildWorkflowExecutionTerminatedEventAttributes |
ChildWorkflowExecutionTerminatedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was terminated.
|
ChildWorkflowExecutionTimedOutEventAttributes |
ChildWorkflowExecutionTimedOutEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that timed out.
|
DecisionTask |
DecisionTask.withWorkflowExecution(WorkflowExecution workflowExecution) |
The workflow execution for which this decision task was created.
|
ExternalWorkflowExecutionCancelRequestedEventAttributes |
ExternalWorkflowExecutionCancelRequestedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) |
The external workflow execution to which the cancellation request was
delivered.
|
ExternalWorkflowExecutionSignaledEventAttributes |
ExternalWorkflowExecutionSignaledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) |
The external workflow execution that the signal was delivered to.
|