Skip to content

Commit 0193c0d

Browse files
rkannan82claude
andcommitted
Regenerate OpenAPI files for TASK_QUEUE_KIND_WORKER_COMMANDS
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 11dd114 commit 0193c0d

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

openapi/openapiv2.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,14 +1895,15 @@
18951895
},
18961896
{
18971897
"name": "taskQueue.kind",
1898-
"description": "Default: TASK_QUEUE_KIND_NORMAL.\n\n - TASK_QUEUE_KIND_UNSPECIFIED: Tasks from any non workflow task may be unspecified.\n\nTask queue kind is used to differentiate whether a workflow task queue is sticky or \nnormal. If a task is not a workflow task, Task queue kind will sometimes be \nunspecified.\n - TASK_QUEUE_KIND_NORMAL: Tasks from a normal workflow task queue always include complete workflow history\n\nThe task queue specified by the user is always a normal task queue. There can be as many\nworkers as desired for a single normal task queue. All those workers may pick up tasks from\nthat queue.\n - TASK_QUEUE_KIND_STICKY: A sticky queue only includes new history since the last workflow task, and they are\nper-worker.\n\nSticky queues are created dynamically by each worker during their start up. They only exist\nfor the lifetime of the worker process. Tasks in a sticky task queue are only available to\nthe worker that created the sticky queue.\n\nSticky queues are only for workflow tasks. There are no sticky task queues for activities.",
1898+
"description": "Default: TASK_QUEUE_KIND_NORMAL.\n\n - TASK_QUEUE_KIND_UNSPECIFIED: Tasks from any non workflow task may be unspecified.\n\nTask queue kind is used to differentiate whether a workflow task queue is sticky or \nnormal. If a task is not a workflow task, Task queue kind will sometimes be \nunspecified.\n - TASK_QUEUE_KIND_NORMAL: Tasks from a normal workflow task queue always include complete workflow history\n\nThe task queue specified by the user is always a normal task queue. There can be as many\nworkers as desired for a single normal task queue. All those workers may pick up tasks from\nthat queue.\n - TASK_QUEUE_KIND_STICKY: A sticky queue only includes new history since the last workflow task, and they are\nper-worker.\n\nSticky queues are created dynamically by each worker during their start up. They only exist\nfor the lifetime of the worker process. Tasks in a sticky task queue are only available to\nthe worker that created the sticky queue.\n\nSticky queues are only for workflow tasks. There are no sticky task queues for activities.\n - TASK_QUEUE_KIND_WORKER_COMMANDS: A worker-commands task queue is used for server-to-worker communication (e.g. activity\ncancellations). These queues are per-worker and only exist for the lifetime of the worker\nprocess.",
18991899
"in": "query",
19001900
"required": false,
19011901
"type": "string",
19021902
"enum": [
19031903
"TASK_QUEUE_KIND_UNSPECIFIED",
19041904
"TASK_QUEUE_KIND_NORMAL",
1905-
"TASK_QUEUE_KIND_STICKY"
1905+
"TASK_QUEUE_KIND_STICKY",
1906+
"TASK_QUEUE_KIND_WORKER_COMMANDS"
19061907
],
19071908
"default": "TASK_QUEUE_KIND_UNSPECIFIED"
19081909
},
@@ -6632,14 +6633,15 @@
66326633
},
66336634
{
66346635
"name": "taskQueue.kind",
6635-
"description": "Default: TASK_QUEUE_KIND_NORMAL.\n\n - TASK_QUEUE_KIND_UNSPECIFIED: Tasks from any non workflow task may be unspecified.\n\nTask queue kind is used to differentiate whether a workflow task queue is sticky or \nnormal. If a task is not a workflow task, Task queue kind will sometimes be \nunspecified.\n - TASK_QUEUE_KIND_NORMAL: Tasks from a normal workflow task queue always include complete workflow history\n\nThe task queue specified by the user is always a normal task queue. There can be as many\nworkers as desired for a single normal task queue. All those workers may pick up tasks from\nthat queue.\n - TASK_QUEUE_KIND_STICKY: A sticky queue only includes new history since the last workflow task, and they are\nper-worker.\n\nSticky queues are created dynamically by each worker during their start up. They only exist\nfor the lifetime of the worker process. Tasks in a sticky task queue are only available to\nthe worker that created the sticky queue.\n\nSticky queues are only for workflow tasks. There are no sticky task queues for activities.",
6636+
"description": "Default: TASK_QUEUE_KIND_NORMAL.\n\n - TASK_QUEUE_KIND_UNSPECIFIED: Tasks from any non workflow task may be unspecified.\n\nTask queue kind is used to differentiate whether a workflow task queue is sticky or \nnormal. If a task is not a workflow task, Task queue kind will sometimes be \nunspecified.\n - TASK_QUEUE_KIND_NORMAL: Tasks from a normal workflow task queue always include complete workflow history\n\nThe task queue specified by the user is always a normal task queue. There can be as many\nworkers as desired for a single normal task queue. All those workers may pick up tasks from\nthat queue.\n - TASK_QUEUE_KIND_STICKY: A sticky queue only includes new history since the last workflow task, and they are\nper-worker.\n\nSticky queues are created dynamically by each worker during their start up. They only exist\nfor the lifetime of the worker process. Tasks in a sticky task queue are only available to\nthe worker that created the sticky queue.\n\nSticky queues are only for workflow tasks. There are no sticky task queues for activities.\n - TASK_QUEUE_KIND_WORKER_COMMANDS: A worker-commands task queue is used for server-to-worker communication (e.g. activity\ncancellations). These queues are per-worker and only exist for the lifetime of the worker\nprocess.",
66366637
"in": "query",
66376638
"required": false,
66386639
"type": "string",
66396640
"enum": [
66406641
"TASK_QUEUE_KIND_UNSPECIFIED",
66416642
"TASK_QUEUE_KIND_NORMAL",
6642-
"TASK_QUEUE_KIND_STICKY"
6643+
"TASK_QUEUE_KIND_STICKY",
6644+
"TASK_QUEUE_KIND_WORKER_COMMANDS"
66436645
],
66446646
"default": "TASK_QUEUE_KIND_UNSPECIFIED"
66456647
},
@@ -16739,10 +16741,11 @@
1673916741
"enum": [
1674016742
"TASK_QUEUE_KIND_UNSPECIFIED",
1674116743
"TASK_QUEUE_KIND_NORMAL",
16742-
"TASK_QUEUE_KIND_STICKY"
16744+
"TASK_QUEUE_KIND_STICKY",
16745+
"TASK_QUEUE_KIND_WORKER_COMMANDS"
1674316746
],
1674416747
"default": "TASK_QUEUE_KIND_UNSPECIFIED",
16745-
"description": " - TASK_QUEUE_KIND_UNSPECIFIED: Tasks from any non workflow task may be unspecified.\n\nTask queue kind is used to differentiate whether a workflow task queue is sticky or \nnormal. If a task is not a workflow task, Task queue kind will sometimes be \nunspecified.\n - TASK_QUEUE_KIND_NORMAL: Tasks from a normal workflow task queue always include complete workflow history\n\nThe task queue specified by the user is always a normal task queue. There can be as many\nworkers as desired for a single normal task queue. All those workers may pick up tasks from\nthat queue.\n - TASK_QUEUE_KIND_STICKY: A sticky queue only includes new history since the last workflow task, and they are\nper-worker.\n\nSticky queues are created dynamically by each worker during their start up. They only exist\nfor the lifetime of the worker process. Tasks in a sticky task queue are only available to\nthe worker that created the sticky queue.\n\nSticky queues are only for workflow tasks. There are no sticky task queues for activities."
16748+
"description": " - TASK_QUEUE_KIND_UNSPECIFIED: Tasks from any non workflow task may be unspecified.\n\nTask queue kind is used to differentiate whether a workflow task queue is sticky or \nnormal. If a task is not a workflow task, Task queue kind will sometimes be \nunspecified.\n - TASK_QUEUE_KIND_NORMAL: Tasks from a normal workflow task queue always include complete workflow history\n\nThe task queue specified by the user is always a normal task queue. There can be as many\nworkers as desired for a single normal task queue. All those workers may pick up tasks from\nthat queue.\n - TASK_QUEUE_KIND_STICKY: A sticky queue only includes new history since the last workflow task, and they are\nper-worker.\n\nSticky queues are created dynamically by each worker during their start up. They only exist\nfor the lifetime of the worker process. Tasks in a sticky task queue are only available to\nthe worker that created the sticky queue.\n\nSticky queues are only for workflow tasks. There are no sticky task queues for activities.\n - TASK_QUEUE_KIND_WORKER_COMMANDS: A worker-commands task queue is used for server-to-worker communication (e.g. activity\ncancellations). These queues are per-worker and only exist for the lifetime of the worker\nprocess."
1674616749
},
1674716750
"v1TaskQueueReachability": {
1674816751
"type": "object",

openapi/openapiv3.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,6 +1812,7 @@ paths:
18121812
- TASK_QUEUE_KIND_UNSPECIFIED
18131813
- TASK_QUEUE_KIND_NORMAL
18141814
- TASK_QUEUE_KIND_STICKY
1815+
- TASK_QUEUE_KIND_WORKER_COMMANDS
18151816
type: string
18161817
format: enum
18171818
- name: taskQueue.normalName
@@ -6046,6 +6047,7 @@ paths:
60466047
- TASK_QUEUE_KIND_UNSPECIFIED
60476048
- TASK_QUEUE_KIND_NORMAL
60486049
- TASK_QUEUE_KIND_STICKY
6050+
- TASK_QUEUE_KIND_WORKER_COMMANDS
60496051
type: string
60506052
format: enum
60516053
- name: taskQueue.normalName
@@ -14759,6 +14761,7 @@ components:
1475914761
- TASK_QUEUE_KIND_UNSPECIFIED
1476014762
- TASK_QUEUE_KIND_NORMAL
1476114763
- TASK_QUEUE_KIND_STICKY
14764+
- TASK_QUEUE_KIND_WORKER_COMMANDS
1476214765
type: string
1476314766
description: 'Default: TASK_QUEUE_KIND_NORMAL.'
1476414767
format: enum

0 commit comments

Comments
 (0)