Hi,
I have a BPMN modeled with set of Java Service Tasks. There are database operations performed in these Java Service Tasks. I would like to know how to handle the transaction across these Service Tasks. For ex, in a Service Task 1, a record in database table is updated, while process next Service Task in the flow there is an exception. In this case, I want to roll back the update occurred at Service Task 1. Is it possible.
Kindly help.
Thanks
Venkat