Skip to content

Commit 92f2c9f

Browse files
author
drowl87
committed
refactor DynamicNode to improve description of 'doNotWaitToFinish' parameter for clarity
1 parent 4ab9a22 commit 92f2c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes/DynamicNode/DynamicNode.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class DynamicNode implements INodeType {
4040
name: 'doNotWaitToFinish',
4141
type: 'boolean',
4242
default: false,
43-
description: 'Advanced: If enabled, parent will not wait for results and outputs may be empty.',
43+
description: 'Whether to return immediately after starting the sub-workflow',
4444
},
4545
],
4646
};

0 commit comments

Comments
 (0)