Skip to content

Commit e084565

Browse files
authored
ChildWorkflowOptions: clarify taskQueue behavior (#1551)
1 parent 3c88560 commit e084565

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/workflow/src/interfaces.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ export interface ChildWorkflowOptions extends CommonWorkflowOptions {
346346
/**
347347
* Task queue to use for Workflow tasks. It should match a task queue specified when creating a
348348
* `Worker` that hosts the Workflow code.
349+
*
350+
* By default, a child is scheduled on the same Task Queue as the parent.
349351
*/
350352
taskQueue?: string;
351353

0 commit comments

Comments
 (0)