I would like to create a simulation in Arena with a special condition.
The scenarios is as follows:
Entities arrive in the system, go through the process A and then arrive at a decision point where 80% of the entities leave the system and the rest 20% go through the same process A again. All of these 20% leave the system after being re-processed (a.k.a going through process A twice, but not 3 times or 4 times).
My question is:
How do I model these 20% entities to leave the system after being processed 2 times?
Thank you!
I tried to look for solutions using Assign module to increment the number of times an entity passes through the process, but couldn't make it work.