Files
temporal/api/enums/v1
feiyang e004436d8b time-skipping runtime-2 (with bound and backoff timers) (#10092)
## What changed?

(1) elapsed-duration / skipped-duration **bounds** that auto-disable
time-skipping
(2) a new `TimeSkippingTimerTask` that wakes the workflow when an
elapsed bound is reached
(3) time-skipping support for backoff timers (start-with-delay / cron /
retry / CaN-with-backoff) plus an exclusion for child workflows that
haven't scheduled their first WT

## Why?
the completion of the feature

## How did you test it?
- [x] built
- [x] run locally and tested manually
- [x] covered by existing tests
- [x] added new unit test(s)
- [x] added new functional test(s)
2026-04-30 14:45:08 -07:00
..