Hi,
I have made a simple example model where I have a custom code activity in which there is a travel task (to the current location of the operator, so not important ) and a utilize task. After this custom code activity I have a wait for event in which I wait on a state change to state utilize. After this wait for event I want to free the operator with the freeoperators command. The problem is that the operator is not in the state utilize after the wait for event.
Is this again something with synchronisation or is this a bug?
It works if I put a delay after the wait for event, but it feels kind of strange to do this after a wait for event. The example model in built in the 17.2 beta, but the same thing occurs in 17.1.utilizebug.fsm
Thanks,
Patrick