This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Deadlock questionkukeltje Feb 16, 2007 7:17 AM (in response to jimknopf)correct, jbpm is single threaded. For complex actionswe advise to use the async functionality, so the processing is done outside the engine and a callback is used to trigger it again. Thatway the chances on deadlocks are a lot less. 
 Never the less, it might be worth looking into writing a text/chapter for this in the docs. Or even looking into reducing the risk
 
    