I am using conditional port in a Separator. I have entered:
content(node("Rack1", model())) <=30
If True Port 1 If False Port 2
The Separator is connected to Rack1 (port 1) and a queue (port 2).
When I run the model, all items flow to Rack1, none goes to queue even when <=30 condition is met as can be observed. Any solution will be appreciated.
Manocher