Skip to content

Commit 7030712

Browse files
committed
Update Workflow and Activity Priority (#610)
_**READ BEFORE MERGING:** All PRs require approval by both Server AND SDK teams before merging! This is why the number of required approvals is "2" and not "1"--two reviewers from the same team is NOT sufficient. If your PR is not approved by someone in BOTH teams, it may be summarily reverted._ <!-- Describe what has changed in this PR --> **What changed?** Added `Priority` field to the workflow and activity update API options. Batch API support is going to be added in a follow-up PR. <!-- Tell your future self why have you made these changes --> **Why?** Allow users to update priority after the workflow/activity was submitted. <!-- Are there any breaking changes on binary or code level? --> **Breaking changes** See field deprecation. <!-- If this breaks the Server, please provide the Server PR to merge right after this PR was merged. --> **Server PR** TBD
1 parent 600750a commit 7030712

File tree

8 files changed

+282
-245
lines changed

8 files changed

+282
-245
lines changed

activity/v1/message.pb.go

Lines changed: 22 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

history/v1/message.pb.go

Lines changed: 106 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operatorservice/v1/service_grpc.pb.go

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalproto/openapi/openapiv2.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

temporalproto/openapi/openapiv3.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

workflow/v1/message.pb.go

Lines changed: 41 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)