Scenario:
When a process instance is started by a timer start event and the process instance fails, the transaction is rolled back. This causes the TimerStartEvent job to decrement its retries but also no new job is scheduled for the next execution.
AT:
A new job is scheduled even if the timer start event fails.