Hello,
I'm trying to model a picking process that depends on a pull process. In these two processes, the puller brings product to a picker and waits on the picker to complete picking. Once the picker is done picking, the puller leaves. What is the best way to model the waiting time? Should this be handled via lists? or a wait for event? I'm not sure which is the best way.