) {
GraphElement graphElement = getEvent().getGraphElement();
try {
executionContext.setTimer(timer);
// fire the create timer event on the same graph element
graphElement.fireEvent(Event.EVENTTYPE_TIMER_CREATE, executionContext);
} finally {
executionContext.setTimer(null);
}
}