We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c88560 commit e084565Copy full SHA for e084565
packages/workflow/src/interfaces.ts
@@ -346,6 +346,8 @@ export interface ChildWorkflowOptions extends CommonWorkflowOptions {
346
/**
347
* Task queue to use for Workflow tasks. It should match a task queue specified when creating a
348
* `Worker` that hosts the Workflow code.
349
+ *
350
+ * By default, a child is scheduled on the same Task Queue as the parent.
351
*/
352
taskQueue?: string;
353
0 commit comments