I currently have a process flow that has a wait for event that is linked to a global list in my model. Right now it is configured as follows
Event: On Content Change
Change Rule: Increase To Or Through Value
Value: 1
(I have also check marked "Fire If initial Value Meets Rule")
So far this has worked great in allowing tokens to pass through as long as there is one item inside my list. (stopping it when there are 0 which is what I want)
However I now want to add a variety of tokens to my list with different Labels and I want my Wait for event to only consider tokens with a specific label token.Autologous = 1 . (other tokens in the list will be token.Autologous = 0).
Is there a way to accomplish this? (I cannot make two separate lists unfortunately)
I can add more info if needed.