super.commandConstants.setContextNode(contextNode);
currentCommand = super.commandConstants.commandForID(id);
if (currentCommand == null) {
throw new Exception("Operation can not have any XUpdate-instruction!");
}
currentCommand.reset();
}
} else {
if (!currentCommand.executeInstruction()) {
try {
contextNode = currentCommand.execute();