Populate parent appid in workflow metadata#102
Merged
JoshVanL merged 4 commits intoMay 12, 2026
Conversation
Signed-off-by: Pablo Chacin <pablochacin@gmail.com>
5c4d47c to
fc2a75e
Compare
Signed-off-by: Pablo Chacin <pablochacin@gmail.com>
fc2a75e to
9aecab2
Compare
pablochacin
added a commit
to pablochacin/durabletask-go
that referenced
this pull request
May 11, 2026
Signed-off-by: Pablo Chacin <pablochacin@gmail.com>
JoshVanL
requested changes
May 11, 2026
JoshVanL
left a comment
There was a problem hiding this comment.
@pablochacin need to update protobuf submodule ref?
Signed-off-by: Pablo Chacin <pablochacin@gmail.com>
Signed-off-by: Pablo Chacin <pablochacin@gmail.com>
JoshVanL
approved these changes
May 12, 2026
JoshVanL
pushed a commit
that referenced
this pull request
May 13, 2026
* add startedAt field to workflow metadata Signed-off-by: Pablo Chacin <pablochacin@gmail.com> * update durabletask protobuf Signed-off-by: Pablo Chacin <pablochacin@gmail.com> * return startedAt in client Signed-off-by: Pablo Chacin <pablochacin@gmail.com> * update workflowstate protobuf Signed-off-by: Pablo Chacin <pablochacin@gmail.com> * fix return startedAt in client Signed-off-by: Pablo Chacin <pablochacin@gmail.com> * add test for runtime state Signed-off-by: Pablo Chacin <pablochacin@gmail.com> * return start time from backends Signed-off-by: Pablo Chacin <pablochacin@gmail.com> * fix backend not honoring start time Signed-off-by: Pablo Chacin <pablochacin@gmail.com> * align with #102 Signed-off-by: Pablo Chacin <pablochacin@gmail.com> * update protobuf Signed-off-by: Pablo Chacin <pablochacin@gmail.com> * revert: use getStartedAt function Signed-off-by: Pablo Chacin <pablochacin@gmail.com> * use proper time constant Signed-off-by: Pablo Chacin <pablochacin@gmail.com> * use getters for safety Signed-off-by: Pablo Chacin <pablochacin@gmail.com> --------- Signed-off-by: Pablo Chacin <pablochacin@gmail.com>
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.
Populate the parent app id in the worflow metadata. Missing change from #86