ParallelSequencer

Execute all child nodes in parallel, and if any child node fails, return failure to the parent node and terminate execution.
Return success to the parent node if all child nodes are successful.

ParallelSequencer