Commit b48111a
Add new task queue kind to send worker commands (#763)
## What
Add `TASK_QUEUE_KIND_WORKER_COMMANDS` (value 3) to `TaskQueueKind` enum.
## Why
Worker-commands task queues are used for server-to-worker communication
(e.g. activity cancellations). They need to be distinguished from
user-defined queues so the server can handle them differently in metrics
and other areas. SDKs will set this kind when polling worker-commands
queues.
## How did you test it?
Proto-only change, no runtime behavior yet.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent aa836db commit b48111a
5 files changed
Lines changed: 22 additions & 11 deletions
File tree
- enums/v1
- proto
- temporalproto/openapi
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
0 commit comments