113114115116117118119120121122123
// if this timer is due if (timer.isDue()) { log.debug("executing timer '"+timer+"'"); // execute timer.execute(); // save the process instance jbpmContext.save(timer.getProcessInstance()); // notify the listeners (e.g. the scheduler servlet)