Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
ContinueAsNewWorkflowExecutionFailedEventAttributes |
ContinueAsNewWorkflowExecutionFailedEventAttributes.clone() |
ContinueAsNewWorkflowExecutionFailedEventAttributes |
HistoryEvent.getContinueAsNewWorkflowExecutionFailedEventAttributes()
If the event is of type
ContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the
event. |
ContinueAsNewWorkflowExecutionFailedEventAttributes |
ContinueAsNewWorkflowExecutionFailedEventAttributes.withCause(ContinueAsNewWorkflowExecutionFailedCause cause)
The cause of the failure.
|
ContinueAsNewWorkflowExecutionFailedEventAttributes |
ContinueAsNewWorkflowExecutionFailedEventAttributes.withCause(String cause)
The cause of the failure.
|
ContinueAsNewWorkflowExecutionFailedEventAttributes |
ContinueAsNewWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
ContinueAsNewWorkflowExecution decision that started this
execution. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)
If the event is of type
ContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the
event. |
HistoryEvent |
HistoryEvent.withContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)
If the event is of type
ContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the
event. |
Copyright © 2018. All rights reserved.