I am trying to build basic logic that I will use for a larger model but am having two main problems.
- Both the processor and multiprocessor stop processing flowitems after the first flowitem is done. Why?
- The multiprocessor should process items based on their TestType label that I am assigning. If TestType 1, then processing time should be 15 seconds. If TestType 2, then processing time should be 35 seconds. Instead, the item that is being processed is taking 50 seconds. Why?