Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
ChildWorkflowExecutionFailedEventAttributes |
HistoryEvent.getChildWorkflowExecutionFailedEventAttributes()
If the event is of type
ChildWorkflowExecutionFailed then
this member is set and provides detailed information about the event. |
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withDetails(String details)
The details of the failure (if provided).
|
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withInitiatedEventId(Long initiatedEventId)
The id of the
StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. |
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withReason(String reason)
The reason for the failure (if provided).
|
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withStartedEventId(Long startedEventId)
The Id of the
ChildWorkflowExecutionStarted event
recorded when this child workflow execution was started. |
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that failed.
|
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes)
If the event is of type
ChildWorkflowExecutionFailed then
this member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes)
If the event is of type
ChildWorkflowExecutionFailed then
this member is set and provides detailed information about the event. |
Copyright © 2014. All rights reserved.