Simpler condition driven Behavior Tree?

So I figured out how to create a behavior tree which is driven by numerous conditions. I use selectors and sequences in a chain so the tree won’t fail out and stuck forever. Is there any easier method?