mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## 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