Hey @Brian it will execute all the nodes in parallel even if it includes a output node node, but an important item to note here is, that it will follow the precedence and will only return the value from the sequence which will have a output node first.
Although it is not a correct approach to add a return inside a parallel node. Hope this helps.