You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like a Child Workflow doesn't inherit parent's TaskQueue but it must do it.
A Task Queue name can be provided when spawning a Child Workflow Execution:
This is optional. A Child Workflow Execution inherits the Task Queue name from its Parent Workflow Execution if one is not provided. https://docs.temporal.io/workers#where-to-set-task-queues
If the Task Queue for a Child Workflow isn't provided, no Task Queue value is sent to RoadRunner.
RoadRunner doesn't handle it.
I suppose we have to fix it in PHP side to always send Child Workflow Task Queue.
Looks like a Child Workflow doesn't inherit parent's TaskQueue but it must do it.
If the Task Queue for a Child Workflow isn't provided, no Task Queue value is sent to RoadRunner.
RoadRunner doesn't handle it.
I suppose we have to fix it in PHP side to always send Child Workflow Task Queue.
Discovered in temporalio/features@32397df
The text was updated successfully, but these errors were encountered: