Hi,
in my simulation two taskexecuters are transporting boxes from a queue to a sink. Now I want to track the moment when both are getting an order to transport from the dispatcher, while they are already transporting another box. In other words, I want to track the moment, when both taskexecuters haven't got the time to accept an order from the dispatcher.
I thought to blocked state of the state pie can help, but unfortunately the blocked state is tracking something else.
taskexecuter-blocked-state.fsm
Thanks in advance!
Marc!