Hello !
In my processor 50% of the products should go to Waste. Instead of having a "send to Port" function doing that as I did before, I would like to just move the object if it is bad once the process is finished.
In the On Process Finish trigger I added a moveobject line in a condition.
It works except that when 200 items are processed. 100 of them go as expected in the Waste but 200 go in the Sink. According to the manual it looks like moveobject is more what I need than transfernode, as I want the Waste Sink to execute its Entry trigger later.
Is the moveobject triggering the send to port code and hence uses only defined output port ? Or is it possible to move an object from an output port that doe not exist ? How can I avoid the duplication of flowitem with moveobject ?
If needed here is my test model.
Thank you for helpful support.
Best regards,