|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowExecutionFailedEventAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of WorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionFailedEventAttributes | |
---|---|
WorkflowExecutionFailedEventAttributes |
HistoryEvent.getWorkflowExecutionFailedEventAttributes()
If the event is of type WorkflowExecutionFailed then this
member is set and provides detailed information about the event. |
WorkflowExecutionFailedEventAttributes |
WorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
FailWorkflowExecution 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 | |
---|---|
void |
HistoryEvent.setWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes)
If the event is of type WorkflowExecutionFailed then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes)
If the event is of type WorkflowExecutionFailed then this
member is set and provides detailed information about the event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |