sequence:
select:
cond CoffeeCupFound()
act FindCoffeeCup()
cond CoffeeCupGrasped()
act GraspCoffeeCup()
cond DestinationAReached()
act ReachDestinationA()
cond CoffeeCupPlaced()
act PlaceCoffeeCup()