I'm currently using a script where i test if a bolean global variable is true, and if not, i execute comand break and the flow stops... is there any other way to do this?
I figured out that i can use the condition expression. But i think that a condition named global variable should be implemented in one of the next versions
