temporalio/sdk-php

ContinueAsNew options dto doesn't inherit Workflow's Task Queue

roxblnfk opened this issue · 0 comments

ContinueAsNew options DTO doesn't inherit Workflow's TaskQueue but it must do it.

By default, a versioned Task Queue's Continue-as-New function starts the continued Workflow on the same compatible set as the original Workflow.
https://docs.temporal.io/workers#where-to-set-task-queues

Discovered in temporalio/features@a1abdd0