1 Reply Latest reply on May 7, 2009 7:54 AM by kukeltje

    Suspended processes and timer commands

      Hi All,

      Using jBPM 3.2.6SP1, in a Weblogic 10.3 environment, using JMS for async messaging

      I'm designing an integration of jBPM into an EJB based application, and need to know how timer based commands are processed while a process instance is suspended. Will they be queued up and processed when the process is resumed, or will they be discarded?

      Thanks in advance
      Steve

        • 1. Re: Suspended processes and timer commands
          kukeltje

          they will be queued up and processed when the process resumes. However, the due date is *not* shifted over the same time the process as been suspended. If the duedate passes while the process is susspended, the timer will fire immediately after the process resumes