1 Reply Latest reply on Jan 2, 2014 12:12 PM by swiderski.maciej

    jBPM6.0 Asynchronous continuation

    charles.souillard

      Hi,

       

      I'm new to jBPM6 and I would like to know how I can make a process instance execution asynchronous. By reading the logs inside MySQL I've seen that a flow of task in sequence with all tasks being automatic (scriptTask) is executed in the same transaction. I would like to split the execution in several transactions to avoid having the whole instances (of set of tasks) rolledback in case the last scriptTas is failing.

       

      Can you please advise on how to do this with jBPM6?

       

      Thanks,

      Charles