codeBuffer.append(super.generateInitializeCode());
// Generate code for updating current state.
// This overrides using initial state as the current state in
// the initialize code of the controller.
State destinationState = transition.destinationState();
controllerHelper._updateCurrentState(codeBuffer, destinationState,
0);
// Generate code for updating configuration number of this
// FSMActor's container actor.