@@ -34,7 +34,7 @@ import "temporal/enums/v1/namespace.proto";
3434import "temporal/enums/v1/failed_cause.proto" ;
3535import "temporal/enums/v1/common.proto" ;
3636import "temporal/enums/v1/query.proto" ;
37- import "temporal/enums/v1/task_list .proto" ;
37+ import "temporal/enums/v1/task_queue .proto" ;
3838import "temporal/common/v1/message.proto" ;
3939import "temporal/history/v1/message.proto" ;
4040import "temporal/workflow/v1/message.proto" ;
@@ -44,7 +44,7 @@ import "temporal/filter/v1/message.proto";
4444import "temporal/namespace/v1/message.proto" ;
4545import "temporal/query/v1/message.proto" ;
4646import "temporal/replication/v1/message.proto" ;
47- import "temporal/tasklist /v1/message.proto" ;
47+ import "temporal/taskqueue /v1/message.proto" ;
4848import "temporal/version/v1/message.proto" ;
4949
5050message RegisterNamespaceRequest {
@@ -120,7 +120,7 @@ message StartWorkflowExecutionRequest {
120120 string namespace = 1 ;
121121 string workflow_id = 2 ;
122122 temporal.common.v1.WorkflowType workflow_type = 3 ;
123- temporal.tasklist .v1.TaskList task_list = 4 ;
123+ temporal.taskqueue .v1.TaskQueue task_queue = 4 ;
124124 temporal.common.v1.Payloads input = 5 ;
125125 // Total workflow execution timeout including retries and continue as new.
126126 int32 workflow_execution_timeout_seconds = 6 ;
@@ -162,7 +162,7 @@ message GetWorkflowExecutionHistoryResponse {
162162
163163message PollForDecisionTaskRequest {
164164 string namespace = 1 ;
165- temporal.tasklist .v1.TaskList task_list = 2 ;
165+ temporal.taskqueue .v1.TaskQueue task_queue = 2 ;
166166 string identity = 3 ;
167167 string binary_checksum = 4 ;
168168}
@@ -178,7 +178,7 @@ message PollForDecisionTaskResponse {
178178 temporal.history.v1.History history = 8 ;
179179 bytes next_page_token = 9 ;
180180 temporal.query.v1.WorkflowQuery query = 10 ;
181- temporal.tasklist .v1.TaskList workflow_execution_task_list = 11 ;
181+ temporal.taskqueue .v1.TaskQueue workflow_execution_task_queue = 11 ;
182182 int64 scheduled_timestamp = 12 ;
183183 int64 started_timestamp = 13 ;
184184 map <string , temporal.query.v1.WorkflowQuery > queries = 14 ;
@@ -188,7 +188,7 @@ message RespondDecisionTaskCompletedRequest {
188188 bytes task_token = 1 ;
189189 repeated temporal.decision.v1.Decision decisions = 2 ;
190190 string identity = 3 ;
191- temporal.tasklist .v1.StickyExecutionAttributes sticky_attributes = 4 ;
191+ temporal.taskqueue .v1.StickyExecutionAttributes sticky_attributes = 4 ;
192192 bool return_new_decision_task = 5 ;
193193 bool force_create_new_decision_task = 6 ;
194194 string binary_checksum = 7 ;
@@ -212,9 +212,9 @@ message RespondDecisionTaskFailedResponse {
212212
213213message PollForActivityTaskRequest {
214214 string namespace = 1 ;
215- temporal.tasklist .v1.TaskList task_list = 2 ;
215+ temporal.taskqueue .v1.TaskQueue task_queue = 2 ;
216216 string identity = 3 ;
217- temporal.tasklist .v1.TaskListMetadata task_list_metadata = 4 ;
217+ temporal.taskqueue .v1.TaskQueueMetadata task_queue_metadata = 4 ;
218218}
219219
220220message PollForActivityTaskResponse {
@@ -354,7 +354,7 @@ message SignalWithStartWorkflowExecutionRequest {
354354 string namespace = 1 ;
355355 string workflow_id = 2 ;
356356 temporal.common.v1.WorkflowType workflow_type = 3 ;
357- temporal.tasklist .v1.TaskList task_list = 4 ;
357+ temporal.taskqueue .v1.TaskQueue task_queue = 4 ;
358358 temporal.common.v1.Payloads input = 5 ;
359359 // Total workflow execution timeout including retries and continue as new
360360 int32 workflow_execution_timeout_seconds = 6 ;
@@ -499,12 +499,12 @@ message RespondQueryTaskCompletedRequest {
499499message RespondQueryTaskCompletedResponse {
500500}
501501
502- message ResetStickyTaskListRequest {
502+ message ResetStickyTaskQueueRequest {
503503 string namespace = 1 ;
504504 temporal.common.v1.WorkflowExecution execution = 2 ;
505505}
506506
507- message ResetStickyTaskListResponse {
507+ message ResetStickyTaskQueueResponse {
508508}
509509
510510message QueryWorkflowRequest {
@@ -532,16 +532,16 @@ message DescribeWorkflowExecutionResponse {
532532 repeated temporal.workflow.v1.PendingChildExecutionInfo pending_children = 4 ;
533533}
534534
535- message DescribeTaskListRequest {
535+ message DescribeTaskQueueRequest {
536536 string namespace = 1 ;
537- temporal.tasklist .v1.TaskList task_list = 2 ;
538- temporal.enums.v1.TaskListType task_list_type = 3 ;
539- bool include_task_list_status = 4 ;
537+ temporal.taskqueue .v1.TaskQueue task_queue = 2 ;
538+ temporal.enums.v1.TaskQueueType task_queue_type = 3 ;
539+ bool include_task_queue_status = 4 ;
540540}
541541
542- message DescribeTaskListResponse {
543- repeated temporal.tasklist .v1.PollerInfo pollers = 1 ;
544- temporal.tasklist .v1.TaskListStatus task_list_status = 2 ;
542+ message DescribeTaskQueueResponse {
543+ repeated temporal.taskqueue .v1.PollerInfo pollers = 1 ;
544+ temporal.taskqueue .v1.TaskQueueStatus task_queue_status = 2 ;
545545}
546546
547547message GetClusterInfoRequest {
@@ -552,12 +552,12 @@ message GetClusterInfoResponse {
552552 temporal.version.v1.SupportedSDKVersions supported_sdk_versions = 1 ;
553553}
554554
555- message ListTaskListPartitionsRequest {
555+ message ListTaskQueuePartitionsRequest {
556556 string namespace = 1 ;
557- temporal.tasklist .v1.TaskList task_list = 2 ;
557+ temporal.taskqueue .v1.TaskQueue task_queue = 2 ;
558558}
559559
560- message ListTaskListPartitionsResponse {
561- repeated temporal.tasklist .v1.TaskListPartitionMetadata activity_task_list_partitions = 1 ;
562- repeated temporal.tasklist .v1.TaskListPartitionMetadata decision_task_list_partitions = 2 ;
560+ message ListTaskQueuePartitionsResponse {
561+ repeated temporal.taskqueue .v1.TaskQueuePartitionMetadata activity_task_queue_partitions = 1 ;
562+ repeated temporal.taskqueue .v1.TaskQueuePartitionMetadata decision_task_queue_partitions = 2 ;
563563}
0 commit comments