-
Notifications
You must be signed in to change notification settings - Fork 68
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
Conversation
@@ -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 { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
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