JBoss Community

Re: How to make a process instance go on with jBPM5?

created by Donald Walters in jBPM - View the full discussion

Hi,

 

I want to implement the same wait-state but without using the database. I need everything to be in memory.

Currently, I have the following definition in the XML

 

<intermediateCatchEvent id="_5" name="_5" >

               <timerEventDefinition>

                      <timeDuration>60s</timeDuration>

               </timerEventDefinition>

   </intermediateCatchEvent>

 

What I want to achieve is that the process waits for x minutes until some external event to complete the subsequent activities or end the process instance if the time elapses. How can i achieve this without JPA?

Reply to this message by going to Community

Start a new discussion in jBPM at Community