|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StartChildWorkflowExecutionFailedEventAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of StartChildWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return StartChildWorkflowExecutionFailedEventAttributes | |
---|---|
StartChildWorkflowExecutionFailedEventAttributes |
HistoryEvent.getStartChildWorkflowExecutionFailedEventAttributes()
If the event is of type StartChildWorkflowExecutionFailed
then this member is set and provides detailed information about the
event. |
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withCause(StartChildWorkflowExecutionFailedCause cause)
The cause of the failure to process the decision. |
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withCause(String cause)
The cause of the failure to process the decision. |
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withControl(String control)
Sets the value of the Control property for this object. |
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
StartChildWorkflowExecution Decision to request
this child workflow execution. |
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withInitiatedEventId(Long initiatedEventId)
The id of the StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. |
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withWorkflowId(String workflowId)
The workflowId of the child workflow execution. |
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withWorkflowType(WorkflowType workflowType)
The workflow type provided in the StartChildWorkflowExecution Decision that failed. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type StartChildWorkflowExecutionFailedEventAttributes | |
---|---|
void |
HistoryEvent.setStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes)
If the event is of type StartChildWorkflowExecutionFailed
then this member is set and provides detailed information about the
event. |
HistoryEvent |
HistoryEvent.withStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes)
If the event is of type StartChildWorkflowExecutionFailed
then this member is set and provides detailed information about the
event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |