It seems that the behaviour of the wait for event activity changed in the version 17.2:
If we wait on a event based on a token label (for example the content of a queue reaching a level specified on a token label), every token in the wait for event activity will be released when only one condition is met.
In the previous version (17.1), only the token that meet the condition will be realeased...
Should we set differently this activity in 17.2 to have the same behaviour as in 17.1?
Thanks.