Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
Packages that use WorkflowExecutionFailedEventAttributes
-
Uses of WorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionWorkflowExecutionFailedEventAttributes.clone()
HistoryEvent.getWorkflowExecutionFailedEventAttributes()
If the event is of typeWorkflowExecutionFailed
then this member is set and provides detailed information about the event.WorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theFailWorkflowExecution
decision to fail this execution.WorkflowExecutionFailedEventAttributes.withDetails
(String details) The details of the failure (if any).WorkflowExecutionFailedEventAttributes.withReason
(String reason) The descriptive reason provided for the failure (if any).Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setWorkflowExecutionFailedEventAttributes
(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes) If the event is of typeWorkflowExecutionFailed
then this member is set and provides detailed information about the event.HistoryEvent.withWorkflowExecutionFailedEventAttributes
(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes) If the event is of typeWorkflowExecutionFailed
then this member is set and provides detailed information about the event.