ParallelSelector

Execute all child nodes in parallel, and if any child node succeeds, return success to the parent node and finish execution.
If all child nodes fail, return failure to the parent node.

ParallelSelector