In [[Behavior Trees]] a sequence is the way in which a tree examines it's nodes. Running through the tree from left to right and stopping at the first child that returns *failure* or *running*.