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 typeContinueAsNewWorkflowExecutionFailedthen 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 theDecisionTaskCompletedevent corresponding to the decision task that resulted in theContinueAsNewWorkflowExecutiondecision that started this execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ContinueAsNewWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes) If the event is of typeContinueAsNewWorkflowExecutionFailedthen this member is set and provides detailed information about the event.HistoryEvent.withContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes) If the event is of typeContinueAsNewWorkflowExecutionFailedthen this member is set and provides detailed information about the event.