temporalio / api

Temporal gRPC API and proto files
https://temporal.io
MIT License
83 stars 66 forks source link

Adding documentation for server behavior when TaskQueueType is not specified for DescribeTaskQueueRequest #309

Closed prathyushpv closed 1 year ago

prathyushpv commented 1 year ago

What changed? Added documentation in DescribeTaskQueueRequest to explain the server behaviour when task_queue_type is not specified (TASK_QUEUE_TYPE_UNSPECIFIED).

Why? Server will use the default value (TASK_QUEUE_TYPE_WORKFLOW) if task_queue_type is not specified. Need to document this is DescribeTaskQueueRequest proto.

Breaking changes No

prathyushpv commented 1 year ago

This change is related to https://github.com/temporalio/temporal/pull/4815