What is your goal?
I’m trying to find the best way to temporarily disable part of a scenario while testing.
My goal is to avoid executing some of the modules, especially the ones that consume operations, so I can test earlier steps faster.
What is the problem & what have you tried?
What I currently do is add a filter with a condition like 1 = 2, expecting it to always block the flow.
However, sometimes the following modules still run — for example, emails are still being sent — so it doesn’t fully work as a temporary “off switch”.
So my question if there is a recommended or more reliable way to “disable” certain modules or branches during testing without deleting or disconnecting them?
Ideally something like pausing a module or bypassing a branch until I enable it again.
Thanks in advance for any tips or best practices.
Screenshots (scenario flow, module settings, errors)
YouTube IA news.blueprint-4.json (106 KB)


