i have state A and B. i have check bool condition that checks global blackboard variable. it is default false. i want this transition to wait until i set this blackboard variable as true. when state A is empty flow ends on state A. when i set run forever action to state A it does go to state b when blackboard variable is true. how can i make it work?