Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WorkflowExecutionInfo.task_queue is blank in DescribeWorkflowExecutionResponse #2374

Closed
nagl-stripe opened this issue Jan 13, 2022 · 1 comment · Fixed by #2455
Closed

WorkflowExecutionInfo.task_queue is blank in DescribeWorkflowExecutionResponse #2374

nagl-stripe opened this issue Jan 13, 2022 · 1 comment · Fixed by #2455
Assignees

Comments

@nagl-stripe
Copy link

Expected Behavior

DescribeWorkflowExecutionResponse.workflow_execution_info.task_queue seems like it should contain the workflow's task queue.

Actual Behavior

It's blank.

I did notice that DescribeWorkflowExecutionResponse.execution_config.task_queue is set. That unblocks us - this bug is extremely low priority.

Steps to Reproduce the Problem

Describe any workflow, e.g. with tctl.

Specifications

  • Version: Observed on 1.13, code inspection suggests 1.14 too.
  • Platform: Mysql, but it doesn't look like it matters.
@alexshtin
Copy link
Member

Yes, this field was missing in response. Thanks for reporting it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants