@aws-sdk/client-swf

ActivityTaskFailedEventAttributes Interface

Provides the details of the ActivityTaskFailed event.

Members

Name
Type
Details
scheduledEventId Requirednumber | undefined

The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

startedEventId Requirednumber | undefined

The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

details string | undefined

The details of the failure.

reason string | undefined

The reason provided for the failure.

Full Signature

export interface ActivityTaskFailedEventAttributes