fix: Minor streaming fixes (no-changelog) (#17683)

This commit is contained in:
oleg
2025-07-28 10:18:00 +02:00
committed by GitHub
parent e0ffadef34
commit e1aa60ce6f
11 changed files with 662 additions and 86 deletions

View File

@@ -47,8 +47,7 @@ export class Webhook extends Node {
name: 'webhook',
group: ['trigger'],
version: [1, 1.1, 2, 2.1],
// Keep the default version as 2 to avoid releasing streaming in broken state
defaultVersion: 2,
defaultVersion: 2.1,
description: 'Starts the workflow when a webhook is called',
eventTriggerDescription: 'Waiting for you to call the Test URL',
activationMessage: 'You can now make calls to your production webhook URL.',