Uses of Class
com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
Packages that use ContinueAsNewWorkflowExecutionFailedEventAttributes
-
Uses of ContinueAsNewWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ContinueAsNewWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionContinueAsNewWorkflowExecutionFailedEventAttributes.clone()
HistoryEvent.getContinueAsNewWorkflowExecutionFailedEventAttributes()
If the event is of typeContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the event.ContinueAsNewWorkflowExecutionFailedEventAttributes.withCause
(ContinueAsNewWorkflowExecutionFailedCause cause) The cause of the failure.The cause of the failure.ContinueAsNewWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theContinueAsNewWorkflowExecution
decision that started this execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ContinueAsNewWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setContinueAsNewWorkflowExecutionFailedEventAttributes
(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes) If the event is of typeContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the event.HistoryEvent.withContinueAsNewWorkflowExecutionFailedEventAttributes
(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes) If the event is of typeContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the event.