Trying to setup a limit at which guests will balk the system.
It is a drive thru and after 10 cars I expect no one to join the system.
I used a decide right before the wait line with the condition
content(Model.find("Order_Line")) == 10
Is there a more "elegant" way of doing this to assign a max capacity to the waiting line?