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 typeStartChildWorkflowExecutionFailed
then 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 theDecisionTaskCompleted
event corresponding to the decision task that resulted in theStartChildWorkflowExecution
decision to request this child workflow execution.StartChildWorkflowExecutionFailedEventAttributes.withInitiatedEventId
(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution.StartChildWorkflowExecutionFailedEventAttributes.withWorkflowId
(String workflowId) TheworkflowId
of the child workflow execution.StartChildWorkflowExecutionFailedEventAttributes.withWorkflowType
(WorkflowType workflowType) The workflow type provided in theStartChildWorkflowExecution
decision that failed.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type StartChildWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setStartChildWorkflowExecutionFailedEventAttributes
(StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes) If the event is of typeStartChildWorkflowExecutionFailed
then this member is set and provides detailed information about the event.HistoryEvent.withStartChildWorkflowExecutionFailedEventAttributes
(StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes) If the event is of typeStartChildWorkflowExecutionFailed
then this member is set and provides detailed information about the event.