Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecution
Packages that use WorkflowExecution
-
Uses of WorkflowExecution in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionModifier and TypeMethodDescriptionWorkflowExecution.clone()DescribeWorkflowExecutionRequest.getExecution()The workflow execution to describe.GetWorkflowExecutionHistoryRequest.getExecution()Specifies the workflow execution for which to return the history.WorkflowExecutionInfo.getExecution()The workflow execution this information is about.WorkflowExecutionCancelRequestedEventAttributes.getExternalWorkflowExecution()The external workflow execution for which the cancellation was requested.WorkflowExecutionSignaledEventAttributes.getExternalWorkflowExecution()The workflow execution that sent the signal.WorkflowExecutionInfo.getParent()If this workflow execution is a child of another execution then contains the workflow execution that started this execution.WorkflowExecutionStartedEventAttributes.getParentWorkflowExecution()The source workflow execution that started this workflow execution.ActivityTask.getWorkflowExecution()The workflow execution that started this activity task.ChildWorkflowExecutionCanceledEventAttributes.getWorkflowExecution()The child workflow execution that was canceled.ChildWorkflowExecutionCompletedEventAttributes.getWorkflowExecution()The child workflow execution that was completed.ChildWorkflowExecutionFailedEventAttributes.getWorkflowExecution()The child workflow execution that failed.ChildWorkflowExecutionStartedEventAttributes.getWorkflowExecution()The child workflow execution that was started.ChildWorkflowExecutionTerminatedEventAttributes.getWorkflowExecution()The child workflow execution that was terminated.ChildWorkflowExecutionTimedOutEventAttributes.getWorkflowExecution()The child workflow execution that timed out.DecisionTask.getWorkflowExecution()The workflow execution for which this decision task was created.ExternalWorkflowExecutionCancelRequestedEventAttributes.getWorkflowExecution()The external workflow execution to which the cancellation request was delivered.ExternalWorkflowExecutionSignaledEventAttributes.getWorkflowExecution()The external workflow execution that the signal was delivered to.A system-generated unique identifier for the workflow execution.WorkflowExecution.withWorkflowId(String workflowId) The user defined identifier associated with the workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionModifier and TypeMethodDescriptionvoidDescribeWorkflowExecutionRequest.setExecution(WorkflowExecution execution) The workflow execution to describe.voidGetWorkflowExecutionHistoryRequest.setExecution(WorkflowExecution execution) Specifies the workflow execution for which to return the history.voidWorkflowExecutionInfo.setExecution(WorkflowExecution execution) The workflow execution this information is about.voidWorkflowExecutionCancelRequestedEventAttributes.setExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution) The external workflow execution for which the cancellation was requested.voidWorkflowExecutionSignaledEventAttributes.setExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution) The workflow execution that sent the signal.voidWorkflowExecutionInfo.setParent(WorkflowExecution parent) If this workflow execution is a child of another execution then contains the workflow execution that started this execution.voidWorkflowExecutionStartedEventAttributes.setParentWorkflowExecution(WorkflowExecution parentWorkflowExecution) The source workflow execution that started this workflow execution.voidActivityTask.setWorkflowExecution(WorkflowExecution workflowExecution) The workflow execution that started this activity task.voidChildWorkflowExecutionCanceledEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that was canceled.voidChildWorkflowExecutionCompletedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that was completed.voidChildWorkflowExecutionFailedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that failed.voidChildWorkflowExecutionStartedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that was started.voidChildWorkflowExecutionTerminatedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that was terminated.voidChildWorkflowExecutionTimedOutEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that timed out.voidDecisionTask.setWorkflowExecution(WorkflowExecution workflowExecution) The workflow execution for which this decision task was created.voidExternalWorkflowExecutionCancelRequestedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) The external workflow execution to which the cancellation request was delivered.voidExternalWorkflowExecutionSignaledEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution) The external workflow execution that the signal was delivered to.DescribeWorkflowExecutionRequest.withExecution(WorkflowExecution execution) The workflow execution to describe.GetWorkflowExecutionHistoryRequest.withExecution(WorkflowExecution execution) Specifies the workflow execution for which to return the history.WorkflowExecutionInfo.withExecution(WorkflowExecution execution) The workflow execution this information is about.WorkflowExecutionCancelRequestedEventAttributes.withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution) The external workflow execution for which the cancellation was requested.WorkflowExecutionSignaledEventAttributes.withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution) The workflow execution that sent the signal.WorkflowExecutionInfo.withParent(WorkflowExecution parent) If this workflow execution is a child of another execution then contains the workflow execution that started this execution.WorkflowExecutionStartedEventAttributes.withParentWorkflowExecution(WorkflowExecution parentWorkflowExecution) The source workflow execution that started this workflow execution.ActivityTask.withWorkflowExecution(WorkflowExecution workflowExecution) The workflow execution that started this activity task.ChildWorkflowExecutionCanceledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that was canceled.ChildWorkflowExecutionCompletedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that was completed.ChildWorkflowExecutionFailedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that failed.ChildWorkflowExecutionStartedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that was started.ChildWorkflowExecutionTerminatedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that was terminated.ChildWorkflowExecutionTimedOutEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that timed out.DecisionTask.withWorkflowExecution(WorkflowExecution workflowExecution) The workflow execution for which this decision task was created.ExternalWorkflowExecutionCancelRequestedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) The external workflow execution to which the cancellation request was delivered.ExternalWorkflowExecutionSignaledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) The external workflow execution that the signal was delivered to.