ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.clone() |
|
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.
|
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withCause(String cause) |
The cause of the failure.
|
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the DecisionTaskCompleted event corresponding to
the decision that resulted in the scheduling of this activity task.
|