Hi,
We have made a simple example model that shows a problem we faced when building a people model. Model ( ReleaseTest.fsm ) shows the start situation. At time 897 the patient is finished with the process. At this moment the staff member starts to return the wheelchair. Only when the wheelchair is at his place the patient starts to walk back to his chair. We want the patient to start walking at the same time as the staff member. To include this in the model we created a separate processFlow that starts at the moment that the wheelchair needs to return to its reset location. ( ReleaseTestBroken.fsm )
The wheelchair does move back on the correct time, the only thing is that it is not released. As you can see because the next patient is not able to acquire the wheelchair. How can we release the wheel chair (and the staff) after we created a new token in a separate processFlow? Is there something going wrong with labels, or should this be done in a different way?
Thank you for your time.
Patrick