I'm updating a model to version 20.0.2 but the execution time is much higher than before (before the model was running in 49.4 minutes and now is 103.9 minutes, 110% slower) and analysing the FlexScript Code Profile the event with the path "/Tools/ProcessFlow/pfManutencoes>stats/instances/pfManutencoes/tokens/Token~81: ProcessFlow::TimerEvent" associated to many different tokens (about 500) is repeated, what makes me believe that this events is causing the model slow. Below is part of FlexScript code profile:
Looking for this event in the tree, all of them is in "Run Sub Flow":
Usually the events in FlexScript Code Profile is associated to a FlexSim code, but in this case I don't know where/what change to decrease execution time. Any suggestion?
Thanks