Persist and hydrate step event inputs - #175
Merged
Merged
Conversation
longquanzheng
marked this pull request as ready for review
August 6, 2026 02:33
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.
Summary
GetHistoryEventsreturn one complete step-event shape for sync and async durability, sourcing regular inputs from Activity Scheduled history and local inputs from run-scoped storageGetStepEventInputsRPC and Web route so the browser never selects a backend-specific input pathRationale
Local activity history does not retain activity input, while regular Activity history does. That backend difference should remain inside Dex server. This change persists successful local worker requests, enriches semantic history on the server, and lets Web consume the same event contract for sync and async steps. Large values continue through the existing batched
LoadBlobspath.User impact
dexcli devworks out of the box with local blob storage and supports a persistent--blob-store-dir.Validation
make -C server unitTestsgo test -v ./integ -run '^TestWebAPITemporal$' -search=false -cadence=false -temporalHostPort=127.0.0.1:7233go test ./...inweb/npm run checkinweb/(16 tests)npm run buildinweb/make -C cli buildmake copyright-check18801/ Web18802git diff --check