HistoryEvent

Contains details about the events of an execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains details about an activity that failed during an execution.

Link copied to clipboard

Contains details about an activity scheduled during an execution.

Link copied to clipboard

Contains details about an activity schedule event that failed during an execution.

Link copied to clipboard

Contains details about the start of an activity during an execution.

Link copied to clipboard

Contains details about an activity that successfully terminated during an execution.

Link copied to clipboard

Contains details about an activity timeout that occurred during an execution.

Link copied to clipboard

Contains details about an evaluation failure that occurred while processing a state.

Link copied to clipboard

Contains details about an abort of an execution.

Link copied to clipboard

Contains details about an execution failure event.

Link copied to clipboard

Contains details about the redrive attempt of an execution.

Link copied to clipboard

Contains details about the start of the execution.

Link copied to clipboard

Contains details about the successful termination of the execution.

Link copied to clipboard

Contains details about the execution timeout that occurred during the execution.

Link copied to clipboard
val id: Long

The id of the event. Events are numbered sequentially, starting at one.

Link copied to clipboard

Contains details about a Lambda function that failed during an execution.

Link copied to clipboard

Contains details about a Lambda function scheduled during an execution.

Link copied to clipboard

Contains details about a failed Lambda function schedule event that occurred during an execution.

Link copied to clipboard

Contains details about a lambda function that failed to start during an execution.

Link copied to clipboard

Contains details about a Lambda function that terminated successfully during an execution.

Link copied to clipboard

Contains details about a Lambda function timeout that occurred during an execution.

Link copied to clipboard

Contains details about an iteration of a Map state that was aborted.

Link copied to clipboard

Contains details about an iteration of a Map state that failed.

Link copied to clipboard

Contains details about an iteration of a Map state that was started.

Link copied to clipboard

Contains details about an iteration of a Map state that succeeded.

Link copied to clipboard

Contains error and cause details about a Map Run that failed.

Link copied to clipboard

Contains details about the redrive attempt of a Map Run.

Link copied to clipboard

Contains details, such as mapRunArn, and the start date and time of a Map Run. mapRunArn is the Amazon Resource Name (ARN) of the Map Run that was started.

Link copied to clipboard

Contains details about Map state that was started.

Link copied to clipboard

The id of the previous event.

Link copied to clipboard

Contains details about a state entered during an execution.

Link copied to clipboard

Contains details about an exit from a state during an execution.

Link copied to clipboard

Contains details about the failure of a task.

Link copied to clipboard

Contains details about a task that was scheduled.

Link copied to clipboard

Contains details about a task that was started.

Link copied to clipboard

Contains details about a task that failed to start.

Link copied to clipboard

Contains details about a task that where the submit failed.

Link copied to clipboard

Contains details about a submitted task.

Link copied to clipboard

Contains details about a task that succeeded.

Link copied to clipboard

Contains details about a task that timed out.

Link copied to clipboard

The date and time the event occurred.

Link copied to clipboard

The type of the event.

Functions

Link copied to clipboard
inline fun copy(block: HistoryEvent.Builder.() -> Unit = {}): HistoryEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String