Avoid decoding activity payloads for metadata projections - #491
Merged
Merged
Conversation
Member
Author
|
The public PR checks passed at 9778c54. Full source qualification is now running through the existing build workflow: https://github.com/durable-workflow/workflow/actions/runs/34205502106. Additional regression evidence:
This is composite unreleased source validation, not a published-package or production claim. Full engine CI and package publication remain before the Server dependency can be updated. |
rmcdaniel
marked this pull request as ready for review
September 8, 2026 08:42
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #491 +/- ##
==========================================
- Coverage 87.86% 87.85% -0.01%
==========================================
Files 460 460
Lines 62953 62958 +5
==========================================
+ Hits 55311 55313 +2
- Misses 7642 7645 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This was referenced Sep 8, 2026
Merged
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.
Change
Adds an opt-in metadata-only RunActivityView mode that omits argument/result fields without downloading external objects. Summary, wait, task, and parallel-completion metadata consumers use it; normal decoded views retain their default behavior and typed-history authority.
Fixes #490 when qualified and released. Paired with durable-workflow/server#142; this PR is not release-ready yet.
Checked
Initial in-memory SQLite multi-class test execution hit a harness missing-table problem; the same tests pass with a persistent disposable SQLite file. No production changes.