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