ComfyUI > Nodes > Basic data handling > continue flow

ComfyUI Node: continue flow

Class Name

Basic data handling: ContinueFlow

Category
Basic/flow control
Author
StableLlama (Account age: 861days)
Extension
Basic data handling
Latest Updated
2026-05-07
Github Stars
0.04K

How to Install Basic data handling

Install this extension via the ComfyUI Manager by searching for Basic data handling
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter Basic data handling in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

continue flow Description

"ContinueFlow" node manages data flow by conditionally allowing or blocking values based on conditions.

continue flow:

The "ContinueFlow" node is designed to manage the flow of data within a process by conditionally allowing or blocking the passage of a value based on a specified condition. This node is particularly useful in scenarios where you need to control the execution path dynamically, ensuring that certain operations are only performed when specific conditions are met. By using the "select" parameter, you can decide whether the value should continue through the flow or if the execution should be halted. This capability is essential for creating flexible and responsive workflows, allowing you to implement conditional logic without complex coding. Additionally, the node can display a message when execution is blocked, providing feedback to the user or system about the flow's status.

continue flow Input Parameters:

value

The value parameter represents the data that you want to pass through the node. It can be of any type, such as a number, string, list, or dictionary. This parameter is crucial because it is the primary data that the node will either allow to continue or block based on the select parameter. There are no specific minimum or maximum values for this parameter, as it is designed to handle any data type.

select

The select parameter is a boolean that determines whether the flow should continue or be blocked. When set to True, the node allows the value to pass through, effectively continuing the flow. Conversely, when set to False, the node blocks the execution, preventing the value from proceeding. The default value for this parameter is True, meaning that, by default, the flow will continue unless explicitly instructed otherwise.

message

The message parameter is an optional string that, when provided, will be displayed in a dialog by ComfyUI if the execution is blocked. This parameter is useful for providing feedback or information to the user about why the flow was halted. If left empty, the operation will be silent, and no message will be displayed. The default value is an empty string.

continue flow Output Parameters:

value

The value output parameter represents the data that is passed through the node when the select parameter is True. It is the same as the input value and indicates that the flow has continued successfully. If the flow is blocked, this output will not contain the original value but may instead include an ExecutionBlocker object if a message is provided.

continue flow Usage Tips:

  • Use the select parameter to dynamically control the flow of your process, allowing you to implement conditional logic without complex programming.
  • Provide a meaningful message when blocking execution to inform users or systems about the reason for the halt, enhancing the transparency and debuggability of your workflow.

continue flow Common Errors and Solutions:

ExecutionBlocker

  • Explanation: This occurs when the select parameter is set to False, and the flow is intentionally blocked. The ExecutionBlocker object may be returned instead of the original value.
  • Solution: Ensure that the select parameter is set to True if you want the flow to continue. If blocking is intentional, consider providing a message to explain the reason for the block.

continue flow Related Nodes

Go back to the extension to check out more related nodes.
Basic data handling
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

continue flow