Sequence Node <seq>¶
This node would execute its children in order from first to last. If one of the children fails, the sequence would return 'failure' status. If all children succeed, the sequence would return 'success' status.
When no children are present, the sequence would return 'success' status.