Files
n8n-docs/docs/workflows/streaming.md
Kartik Balasubramanian 0c30ba3bd4 Cutting over to version 2.0 release notes (#3991)
Co-authored-by: Ophir Prusak <prusak@gmail.com>
2025-12-08 20:17:21 +00:00

1.7 KiB

title, description, contentType
title description contentType
Streaming responses Build a workflow with streaming responses howto

Streaming responses

/// info | Feature availability Available on all plans. ///

Streaming responses let you send data back to users as an AI Agent node generates it. This is useful for chatbots, where you want to show the user the answer as it's generated to provide a better user experience.

You can enable streaming using either:

In both cases, set the node's Response Mode to Streaming.

Configure nodes for streaming

To stream data, you need to add nodes to the workflow that support streaming output. Not all nodes support this feature.

  1. Choose a node that supports streaming, such as:
  2. You can disable streaming in the options of these nodes. By default, they stream data whenever the executed trigger has its Response Mode set to Streaming response.

Important information

Keep in mind the following details when configuring streaming responses:

  • Trigger: Your trigger node must support streaming and have streaming configured. Without this, the workflow behaves according to your response mode settings.
  • Node configuration: Even with streaming enabled on the trigger, you need at least one node configured to stream data. Otherwise, your workflow will send no data.