Need a way to prevent certain nodes from running


I have a bool output that I want to control if the following node tree runs or not. If the bool is true I want it to run next nodes and if it is false then I want it not to run the following nodes.

Have tou tried with a scope if…then for false then input an empty list…or try something