Feature Request: Ability to Disable Nodes (Comment-Out / Toggle Execution) #5622
aram-kainos
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
When building complex flows, there is currently no way to temporarily disable a node without deleting it or rewiring the graph. This makes iterative development, debugging, and experimentation unnecessarily destructive.
As developers, we often want to:
Right now, deleting or disconnecting nodes breaks flow continuity and configuration history.
Proposed Solution
Introduce a “Disable Node” capability, similar to commenting out code.
Critical Execution Semantics (Must Be Explicit)
A disabled node should clearly affect downstream execution in one of the following deterministic ways:
1: Hard Stop / Branch Termination (Preferred)
2: Explicit Disallow of Connections
Expected Behavior
Why This Matters
This feature would significantly improve:
This is a standard capability in mature visual programming and orchestration tools and would be a major quality-of-life improvement for Flowise power users.
Beta Was this translation helpful? Give feedback.
All reactions