In a MTBFMTTR, when using the Down Function: Stop Object and Call Operators, the Dispatcher field has downobject.centerObjects[1] but downobject isn't an Object so it is necessary to modify it with downobject.as(Object).centerObjects[1].
Can you fix this in the next release?