Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
Packages that use WorkflowExecutionCompletedEventAttributes
-
Uses of WorkflowExecutionCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionCompletedEventAttributesModifier and TypeMethodDescriptionWorkflowExecutionCompletedEventAttributes.clone()
HistoryEvent.getWorkflowExecutionCompletedEventAttributes()
If the event is of typeWorkflowExecutionCompleted
then this member is set and provides detailed information about the event.WorkflowExecutionCompletedEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theCompleteWorkflowExecution
decision to complete this execution.WorkflowExecutionCompletedEventAttributes.withResult
(String result) The result produced by the workflow execution upon successful completion.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionCompletedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setWorkflowExecutionCompletedEventAttributes
(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes) If the event is of typeWorkflowExecutionCompleted
then this member is set and provides detailed information about the event.HistoryEvent.withWorkflowExecutionCompletedEventAttributes
(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes) If the event is of typeWorkflowExecutionCompleted
then this member is set and provides detailed information about the event.