log.setOperation(InteractionLogManager.EVENT_TIMER_SIMULATED);
interactionLogManager.writeInteractionLog(log);
interactionLogManager.writeInteractionLog(log);
EventVariables eventVariables = new EventVariables(timerEventParameters);
MacroCommand macroCommand = new MacroCommand(timerEventParameters,eventVariables, commandEntries);
Result result = macroCommand.execute();
if(result.getValue() != null){
req.setAttribute("result", result.getValue());
}