Behavior Tree Sequence/Task question...

Does the “finish execute” node in a behavior tree task cause the BT to start from Root again, or does it simply move on to the next task in the sequence? If it goes to root right after a finish execute, what is the proper node to use to just move on to the next task in a sequence? Like if I want a task to move on to the next task only after a timer set to a random number between 1 and 10 seconds runs out.

I believe that is determined by the “success” tickbox on the finish execute node. I believe if it’s true it will continue along the sequence, and if it’s false it will ‘finish’ the sequence.