feat(n8n Form Node): Limit wait time parameters (#13160)

This commit is contained in:
Michael Kret
2025-02-19 13:47:19 +02:00
committed by GitHub
parent 301f5a50d9
commit 14b6f8b972
15 changed files with 261 additions and 149 deletions

View File

@@ -77,7 +77,7 @@ const waitTimeProperties: INodeProperties[] = [
type: 'boolean',
default: false,
description:
'Whether the workflow will automatically resume execution after the specified limit type',
'Whether to limit the time this node should wait for a user response before execution resumes',
displayOptions: {
show: {
resume: ['webhook', 'form'],