If the workflow is already started, the signal will be delivered to it on whatever task queue it currently uses.
Note that signal with start will only start the workflow if it isn’t already running, otherwise it only delivers a signal to an existing workflow, addressing it by its ID.
I understand but if task queue is not provided as per code example in doc link I have provided and at the same time - wf has not started - which task queue will wf be used with.