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