mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(n8n Form Node): Limit wait time parameters (#13160)
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user