The default behaviour of a State is to TrySelectChildrenInOrder" and run it in parrallel. So it does for all childs down the line when you have them setup in a staircase like that.
If you want it to Enter the parent and wait for completion you have to set it up as “TryEnter” state. This will also allow you to use any of the parent output var in its childs queries.