Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
ScheduleActivityTaskFailedEventAttributes |
HistoryEvent.getScheduleActivityTaskFailedEventAttributes()
If the event is of type
ScheduleActivityTaskFailed then
this member is set and provides detailed information about the event. |
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withActivityId(String activityId)
The activityId provided in the
ScheduleActivityTask
decision that failed. |
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withActivityType(ActivityType activityType)
The activity type provided in the
ScheduleActivityTask
decision that failed. |
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withCause(ScheduleActivityTaskFailedCause cause)
The cause of the failure to process the decision.
|
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withCause(String cause)
The cause of the failure to process the decision.
|
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the
DecisionTaskCompleted event corresponding
to the decision that resulted in the scheduling of this activity task. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setScheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes)
If the event is of type
ScheduleActivityTaskFailed then
this member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withScheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes)
If the event is of type
ScheduleActivityTaskFailed then
this member is set and provides detailed information about the event. |
Copyright © 2014. All rights reserved.