mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Respond to Webhook Node): Implement streaming to response (no-changelog) (#17219)
This commit is contained in:
@@ -166,7 +166,7 @@ export const checkResponseModeConfiguration = (context: IWebhookFunctions) => {
|
||||
);
|
||||
}
|
||||
|
||||
if (isRespondToWebhookConnected && responseMode !== 'responseNode') {
|
||||
if (isRespondToWebhookConnected && !['responseNode', 'streaming'].includes(responseMode)) {
|
||||
throw new NodeOperationError(
|
||||
context.getNode(),
|
||||
new Error('Webhook node not correctly configured'),
|
||||
|
||||
Reference in New Issue
Block a user