I'm trying to restrict the number of tokens with in an area (I can only have one token at any point of time). Since I have to destroy an object and send it to the sink, I'm not able to continue with the zone and the token has to exit the zone. I was checking to see if I can continue with the same zone after the new object is created but looks like they are considered as two different areas and I end up having 2 tokens. In the image attached is there a better way I can have only one token flow through the area highlighted.