0 Replies Latest reply on Jun 20, 2007 5:54 PM by rex.sheridan

    Timer doesn't call JbpmContext.save()

    rex.sheridan

      I started using timers today and noticed none of my process logs were being persisted after timer execution. I looked in

      org.jbpm.job.Timer
      and
      org.jbpm.job.executor.JobExecutorThread
      to see if the process instance was being saved after timer execution. It wasn't. Is this by design or a bug? What do you guys suggest I do to work around this issue?