Skip to content

Add WorkflowTaskBufferLost serviceerror#293

Merged
simvlad merged 3 commits into
mainfrom
simvlad/wft-buffer-lost-serviceerror
Jul 8, 2026
Merged

Add WorkflowTaskBufferLost serviceerror#293
simvlad merged 3 commits into
mainfrom
simvlad/wft-buffer-lost-serviceerror

Conversation

@simvlad

@simvlad simvlad commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Adds the WorkflowTaskBufferLost serviceerror

The proto/errordetails for paginated workflow task completion already landed, but the hand-written serviceerror wrapper (the actual returnable Go error) was missing. The server returns this transient error when it loses the
buffered intermediate pages of a paginated completion, signaling the client to resend all pages from page 0 with the same task token.

go build

Potential risks
Additive change

@simvlad simvlad requested review from a team as code owners July 7, 2026 20:03
@CLAassistant

CLAassistant commented Jul 7, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@simvlad simvlad force-pushed the simvlad/wft-buffer-lost-serviceerror branch from 057e782 to 851fee9 Compare July 7, 2026 20:55
@simvlad simvlad requested a review from jmaeagle99 July 8, 2026 18:03
Comment thread serviceerror/workflow_task_buffer_lost.go Outdated
Comment thread serviceerror/workflow_task_buffer_lost.go Outdated
Comment thread serviceerror/workflow_task_buffer_lost.go Outdated
@simvlad simvlad force-pushed the simvlad/wft-buffer-lost-serviceerror branch from 1b3a353 to 04e6b20 Compare July 8, 2026 22:05
@simvlad simvlad enabled auto-merge (squash) July 8, 2026 22:09
@simvlad simvlad merged commit 0022a5a into main Jul 8, 2026
4 checks passed
@simvlad simvlad deleted the simvlad/wft-buffer-lost-serviceerror branch July 8, 2026 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants