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

Add batch activity unpause operation #535

Merged
merged 7 commits into from
Jan 30, 2025
Merged

Add batch activity unpause operation #535

merged 7 commits into from
Jan 30, 2025

Conversation

ychebotarev
Copy link
Contributor

@ychebotarev ychebotarev commented Jan 28, 2025

What changed?
Add batch activity unpause operation.

Why?
Part of the activity API work.

Breaking changes
No

Server PR
Add batch activity unpause. Single activity commulative changes

@@ -117,3 +118,23 @@ message BatchOperationUpdateWorkflowExecutionOptions {
// To unset a field, set it to null and use the update mask to indicate that it should be mutated.
google.protobuf.FieldMask update_mask = 3;
}

// BatchOperationPauseActivities sends unpause requests to batch workflows.
message BatchOperationUnpauseActivities {
Copy link
Member

Choose a reason for hiding this comment

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

Can we confirm implementation is mostly done before merge here?

Copy link
Contributor Author

@ychebotarev ychebotarev Jan 29, 2025

Choose a reason for hiding this comment

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

Yes. There is a link to Server PR in description. It will require some changes based on the feedback in this PRs, but all code is implemented

@ychebotarev ychebotarev requested a review from cretz January 29, 2025 17:39
@ychebotarev ychebotarev merged commit 3885d69 into master Jan 30, 2025
4 checks passed
@ychebotarev ychebotarev deleted the y_batch_unpause branch January 30, 2025 17:44
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.

4 participants