Long running transactions until wait state reached

Hi there,

I have a process containing a multi-instance subprocess which takes long before it reaches a wait state. Because I start the process within one big (IT, not BPMN) transaction, the transaction manager times out. What’s the best approach to handle these cases? Should I start one separate asynchronous transaction for each instance of the many? How to deal with this? Should I use those setting related to asyn before etc.? Please, advise.

Thank you,

Cristian

Using Asynchronous Continuations where you think necessary would indeed solve your problem. that would force a commit which would prevent transaction time outs

1 Like