I am trying to use a "Wait for Event" to trigger an upstream process. (As soon as Zone 3 is empty, I can continue loading Zone 2). The problem is that the first token is waiting for the trigger: Exit of Zone 3. It will wait infinity because no token ever reaches Zone 3.
Is there a way to check the content of a Zone and use that as a trigger?