Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface TimerStartedEventAttributes

Provides the details of the TimerStarted event.

Hierarchy

  • TimerStartedEventAttributes

Properties

control?: string

Data attached to the event that can be used by the decider in subsequent workflow tasks.

decisionTaskCompletedEventId: undefined | number

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

startToFireTimeout: undefined | string

The duration of time after which the timer fires.

The duration is specified in seconds, an integer greater than or equal to 0.

timerId: undefined | string

The unique ID of the timer that was started.