fix(Respond to Webhook Node): Node does not work with Wait node (#10992)

This commit is contained in:
Michael Kret
2024-09-27 15:23:31 +03:00
committed by GitHub
parent 2af0fbf52f
commit 2df5a5b649
3 changed files with 64 additions and 4 deletions

View File

@@ -38,6 +38,9 @@ export const FUNCTION_NODE_TYPE = 'n8n-nodes-base.function';
export const FUNCTION_ITEM_NODE_TYPE = 'n8n-nodes-base.functionItem';
export const MERGE_NODE_TYPE = 'n8n-nodes-base.merge';
export const AI_TRANSFORM_NODE_TYPE = 'n8n-nodes-base.aiTransform';
export const FORM_TRIGGER_NODE_TYPE = 'n8n-nodes-base.formTrigger';
export const CHAT_TRIGGER_NODE_TYPE = '@n8n/n8n-nodes-langchain.chatTrigger';
export const WAIT_NODE_TYPE = 'n8n-nodes-base.wait';
export const STARTING_NODE_TYPES = [
MANUAL_TRIGGER_NODE_TYPE,