Uses of Class
com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
Packages that use StartChildWorkflowExecutionFailedEventAttributes
-
Uses of StartChildWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return StartChildWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionStartChildWorkflowExecutionFailedEventAttributes.clone()HistoryEvent.getStartChildWorkflowExecutionFailedEventAttributes()If the event is of typeStartChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event.StartChildWorkflowExecutionFailedEventAttributes.withCause(StartChildWorkflowExecutionFailedCause cause) The cause of the failure.The cause of the failure.StartChildWorkflowExecutionFailedEventAttributes.withControl(String control) StartChildWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theStartChildWorkflowExecutiondecision to request this child workflow execution.StartChildWorkflowExecutionFailedEventAttributes.withInitiatedEventId(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution.StartChildWorkflowExecutionFailedEventAttributes.withWorkflowId(String workflowId) TheworkflowIdof the child workflow execution.StartChildWorkflowExecutionFailedEventAttributes.withWorkflowType(WorkflowType workflowType) The workflow type provided in theStartChildWorkflowExecutiondecision that failed.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type StartChildWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes) If the event is of typeStartChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event.HistoryEvent.withStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes) If the event is of typeStartChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event.