Hi,
In process flow I have created 3 tokens and in 3-D model I have 3 staging queues so item enter in the staging queue at different time. I need to understand how to execute the two methods.
Method 1:
In current logic, all three tokens exit the wait for event when first item enter the queue1 but the logic which I am expecting is.
token id 1 should exit the “wait for event” when the item enters in queue 1
token id 2 should exit the “wait for event” when the item enters in queue 2
token id 3 should exit the “wait for event” when the item enters in queue 3
Method 2:
I am using group logic in “wait for event” so in current logic all threes token exits the wait for event when first item enters the queue1 but the logic which I am expecting is.
token id 1 should exit the “wait for event” when the item enters in queue 1
token id 2 should exit the “wait for event” when the item enters in queue 2
token id 3 should exit the “wait for event” when the item enters in queue 3
Note:
I would like to know when we have to use the “match value” in wait for event
Thanks for your valuable answer Wait For Event Sample Model.fsmMatchValue.PNG