Hi all,
  we are developing an application using jBPM.
This application has a scheduler that instances jBPM processes in different 
thread.
These processes are long term automatic processes (made of several 'node' step 
each with an actionHandler) which spans several minutes.
When in one of the step the actionHandler raise an exception, we suspend and 
save the process instance.

We then develop a console that query the jBPM engine to find the suspended 
processes, in order to resume or kill the execution.

The problem we have is this: when we call findProcessInstances() to retrieve 
the process instances from the database, jBPM did not responds until all the 
process in execution ends or is suspended.

It seems that there is a problem of concurrence in the database access.

We didn't find any advice to solve this.

Any help would be appreciated.

Thanks in advance

Luca

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080018#4080018

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080018
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to