Hi~ I want to make a vehicle sharing system which has three stations, each station has four vehicles but only one station has eight vehicles and this station is called "station 3". I also want to create a rule that a station's number of vehicle is more than 6 then I will transport a few of this station's vehicle to another station to ensure the demand of another station can be satisfied.
Then I have a problem,as you can see in this picture, I use process flow to create this rule. But I find a logical error, the EVENT TRIGGER can only set one event, so I use two EVENT TRIGGER. But under this method, one token will wait another token. In the practical situation,two token should appear simultaneously, then the vehicle will be transported to other stations. Is it possible to create a customized EVENT TRIGGER to hold two events? Or is there any other methods can solve this problem?