| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. clone() | 
| StartChildWorkflowExecutionFailedEventAttributes | HistoryEvent. getStartChildWorkflowExecutionFailedEventAttributes()
 If the event is of type  StartChildWorkflowExecutionFailedthen this member is set and provides
 detailed information about the event. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withCause(StartChildWorkflowExecutionFailedCause cause)
 The cause of the failure. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withCause(String cause)
 The cause of the failure. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withControl(String control)
 The data attached to the event that the decider can use in subsequent workflow tasks. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to the decision task that resulted in theStartChildWorkflowExecutionDecision to request this child workflow execution. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withInitiatedEventId(Long initiatedEventId)
 When the  causeisWORKFLOW_ALREADY_RUNNING,initiatedEventIdis the ID of
 theStartChildWorkflowExecutionInitiatedevent that corresponds to theStartChildWorkflowExecutionDecision to start the workflow execution. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withWorkflowId(String workflowId)
 The  workflowIdof the child workflow execution. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withWorkflowType(WorkflowType workflowType)
 The workflow type provided in the  StartChildWorkflowExecutionDecision that failed. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes)
 If the event is of type  StartChildWorkflowExecutionFailedthen this member is set and provides
 detailed information about the event. | 
| HistoryEvent | HistoryEvent. withStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes)
 If the event is of type  StartChildWorkflowExecutionFailedthen this member is set and provides
 detailed information about the event. | 
Copyright © 2023. All rights reserved.