Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
FailWorkflowExecutionFailedEventAttributes |
FailWorkflowExecutionFailedEventAttributes.clone() |
FailWorkflowExecutionFailedEventAttributes |
HistoryEvent.getFailWorkflowExecutionFailedEventAttributes()
If the event is of type
FailWorkflowExecutionFailed then this member is set and provides detailed
information about the event. |
FailWorkflowExecutionFailedEventAttributes |
FailWorkflowExecutionFailedEventAttributes.withCause(FailWorkflowExecutionFailedCause cause)
The cause of the failure.
|
FailWorkflowExecutionFailedEventAttributes |
FailWorkflowExecutionFailedEventAttributes.withCause(String cause)
The cause of the failure.
|
FailWorkflowExecutionFailedEventAttributes |
FailWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
FailWorkflowExecution decision to fail this execution. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setFailWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes)
If the event is of type
FailWorkflowExecutionFailed then this member is set and provides detailed
information about the event. |
HistoryEvent |
HistoryEvent.withFailWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes)
If the event is of type
FailWorkflowExecutionFailed then this member is set and provides detailed
information about the event. |
Copyright © 2023. All rights reserved.