I am trying to track the minimum content in various queues, but since my process flow creates the tokens at time 0 which in turn create the objects, my minimum is always 0 because that's what the content was at the start of the model.
Is there any way to put a delay in the content tracking? In otherwords, could I begin tracking the content at time 0.1 when my queues are initially filled, then track the minimum from that point?