semihalkan Posted July 4, 2014 Share 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 Link to comment Share on other sites More sharing options...
dsturrock Posted July 4, 2014 Share 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 Link to comment Share on other sites More sharing options...
semihalkan Posted July 8, 2014 Author Share Posted July 8, 2014 It worked. Thanks Dave Link to comment Share on other sites More sharing options...
Recommended Posts