VTS: add an API to get time skipping runtime info#826
Draft
feiyang3cat wants to merge 4 commits into
Draft
Conversation
6df4728 to
ad64b36
Compare
c5b9817 to
df8f354
Compare
eb5d216 to
cfcd9e6
Compare
feiyang3cat
commented
Jul 12, 2026
| // (-- api-linter: core::0140::prepositions=disabled | ||
| // aip.dev/not-precedent: "after" is used to indicate temporal ordering. --) | ||
| bool disabled_after_fast_forward = 2; | ||
|
|
Contributor
Author
There was a problem hiding this comment.
whether we delete this flag is still under discussion, if so we need to change the server logic before merging this PR
feiyang3cat
commented
Jul 12, 2026
| temporal.api.update.v1.UpdateRef update_ref = 3; | ||
| } | ||
|
|
||
| message GetWorkflowTimeSkippingRequest { |
Contributor
Author
There was a problem hiding this comment.
check what is the best place for UI tags the new API or DescribeXXX
cfcd9e6 to
c9b966d
Compare
c9b966d to
542bb4e
Compare
feiyang3cat
commented
Jul 13, 2026
| } | ||
|
|
||
| message GetWorkflowTimeSkippingResponse { | ||
| // The current virtual time of the execution. |
Contributor
Author
There was a problem hiding this comment.
we can also return the runID for debugging purpose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed?
add
GetWorkflowTimeSkippingInfofor virtual time and fast-forward status (create_time, target_time, has_reached)