-1

I am running workflow on the AWS console. I saw there is a Event Type called "TimerFired" in the console. What does it do?

potbelly
  • 57
  • 1
  • 9

1 Answers1

2

TimerFired event is generated when timer scheduled through StartTimer decision fires. It also causes a new decision being scheduled to give decider chance to handle the timer event.

Maxim Fateev
  • 6,458
  • 3
  • 20
  • 35