public Object execute(Environment environment) throws Exception {
log.info("executing timer " + this);
if (environment!=null) {
environment.addContext(new JobContext(this));
}
// // first fire the event if there is a graph element specified
// if (processElement!=null) {
// execution.fire(Timer.EVENT_TIMER, processElement);