Hi!
I have a model where I have different sources that create Items. Those Items are first stored in Queues. These Items then go from the queues through different processes and eventually, they are being combined into a new item. I tried to track the items with the following snippet of code:
I tried to collect such data in the form of a statistics collector (for each Item, but in this example, I just show one of them):
But the outcome is rather disappointing...
My model is confidential, so I cannot send you the model... still; any ideas?