Skip to content

Add explicit kitchen sink update IDs - #484

Open
stephanos wants to merge 4 commits into
mainfrom
kitchen-sink-update-id
Open

Add explicit kitchen sink update IDs#484
stephanos wants to merge 4 commits into
mainfrom
kitchen-sink-update-id

Conversation

@stephanos

@stephanos stephanos commented Sep 10, 2026

Copy link
Copy Markdown
Collaborator

Why?

Without this, we cannot test a Workflow Update retry; that requires the same update ID.

@stephanos
stephanos added this pull request to stack #485 September 10, 2026 18:47
@stephanos stephanos changed the title kitchen sink update id Add explicit kitchen sink update IDs Sep 10, 2026
Comment thread workers/proto/kitchen_sink/kitchen_sink.proto
@stephanos
stephanos marked this pull request as ready for review September 10, 2026 19:43
@stephanos
stephanos requested review from a team as code owners September 10, 2026 19:43
@stephanos
stephanos requested a review from THardy98 September 10, 2026 19:43
UpdateOptions.Builder<KitchenSink.WorkflowState> updateOptions =
UpdateOptions.newBuilder(KitchenSink.WorkflowState.class)
.setUpdateName(updateName)
.setWaitForStage(WorkflowUpdateStage.COMPLETED)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is explicitly specified now as we're using stub.startUpdate now.

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.

1 participant