Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement batch update options #6894

Open
wants to merge 2 commits into
base: versioning-3
Choose a base branch
from
Open

Conversation

carlydf
Copy link
Contributor

@carlydf carlydf commented Nov 27, 2024

What changed?

Implement batch update options

Why?

So users can set/unset versioning override on batches of workflows

How did you test it?

Potential risks

Documentation

Is hotfix candidate?

@carlydf carlydf requested a review from a team as a code owner November 27, 2024 01:39
return fmt.Errorf("must provide UpdateMask")
}
if override := params.UpdateOptionsParams.WorkflowExecutionOptions.VersioningOverride; override != nil {
if override.GetBehavior() == enumspb.VERSIONING_BEHAVIOR_PINNED &&
Copy link
Collaborator

Choose a reason for hiding this comment

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

also should enforce the behavior to be set all the time.

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.

2 participants