Files
temporal/cmd
Feiyang Xie aa6f86edff add features of describe, max skip, and poll fast-forward completion to time skipping (#11220)
## What changed?

1. add a max skip field to TimeSkippingConfig
2. add TimeSkippingInfo to DescribeWorkflowExecution (contains virtual
current time and running status)
3. add PollWorkflowExecutionTimeSkipping for fast-forward completion

## Why?
1. a generic mechanism to stop endless retries or schedules
2. to give clients easier access to time skipping state changes

related API change: https://github.com/temporalio/api/pull/835
2026-07-31 00:04:13 +00:00
..