semihalkan Posted July 4, 2014 Posted July 4, 2014 Hi, I would like an entity to wait at a certain transfer node until a server is idle. I know I am supposed to add a process to that node that says that, but I couldn't come up with an expression. Thanks in advance
dsturrock Posted July 4, 2014 Posted July 4, 2014 Probably something like a Decide based on : Server1.Capacity.Remaining > 0 with the False branch connected to a Wait on: Output@Server1.Exited
Recommended Posts