External Storage Integration: WorkflowWorker, replay, history - #3017
Open
cconstable wants to merge 3 commits into
Open
External Storage Integration: WorkflowWorker, replay, history#3017cconstable wants to merge 3 commits into
cconstable wants to merge 3 commits into
Conversation
cconstable
force-pushed
the
extstore/workflow-worker
branch
from
August 18, 2026 21:04
dff9b7f to
3a20dcf
Compare
cconstable
force-pushed
the
extstore/foundation
branch
from
August 19, 2026 17:40
831c284 to
460bfbf
Compare
cconstable
force-pushed
the
extstore/workflow-worker
branch
from
August 19, 2026 18:12
3a20dcf to
0e37f9d
Compare
cconstable
force-pushed
the
extstore/workflow-worker
branch
from
August 19, 2026 18:30
0e37f9d to
c67e0f0
Compare
cconstable
marked this pull request as ready for review
August 19, 2026 18:57
cconstable
force-pushed
the
extstore/foundation
branch
from
August 21, 2026 20:35
460bfbf to
b3804da
Compare
cconstable
force-pushed
the
extstore/workflow-worker
branch
from
August 21, 2026 21:57
c67e0f0 to
e292757
Compare
cconstable
force-pushed
the
extstore/foundation
branch
from
August 24, 2026 01:23
b3804da to
ca09b50
Compare
cconstable
force-pushed
the
extstore/workflow-worker
branch
from
August 24, 2026 01:25
e292757 to
cb05443
Compare
cconstable
commented
Aug 24, 2026
| namespace, execution.getWorkflowId(), execution.getRunId(), workflowType); | ||
| } | ||
|
|
||
| static StorageDriverTargetInfo refineStorageTarget( |
Contributor
Author
There was a problem hiding this comment.
I'm not confident this covers all the cases. Looking into this.
cconstable
force-pushed
the
extstore/workflow-worker
branch
from
August 24, 2026 19:11
57a6268 to
4008f1a
Compare
…nal payloads after fetching history.
cconstable
force-pushed
the
extstore/workflow-worker
branch
from
August 24, 2026 19:37
4008f1a to
1f01382
Compare
…ng command.getAttributesCase() + switch for exhaustiveness checking.
cconstable
force-pushed
the
extstore/workflow-worker
branch
from
August 24, 2026 20:00
1f01382 to
210771c
Compare
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 was changed
WorkflowWorkerhandle + send response now use external storage.Why
Checklist