mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? 1. remove event ID from and add archetypeID to the time skipping timer task 2. add VersionedTransition in time skipping timer task/time skipping info for cross/intra cell task validation ## Why? 1. chasm executions don't have event ID and need archetypeID for loading ctx 2. VersionedTransition.FailOver can help find out stale tasks during failover and failback 4. VersionedTransition.TransitionCount can help find out stale tasks when fast-forward is overwritten ## How did you test it? - [X] built - [ ] run locally and tested manually - [X] covered by existing tests - [X] added new unit test(s) - [ ] added new functional test(s)