Hello,
To practice, I created a very simple model to simulate a sequence of tasks. My operator fetches an item from the Queue, deposits it at the first processor, then picks it up and takes it to the 2nd processor.
It seemed to work, but I noticed that when I changed the process time of processor1, I got errors like: Exception Caught in Processor::
Can you tell me what I did wrong?
Thanks a lot!