cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Exception No rollback

safiy
Champ in-the-making
Champ in-the-making
Hello,

Is it possible to no rollback when you catch a exception ?

I use activiti and have treatments that are done correctly. I have a try and catch and my instruction crashes, he catch the exception and rollback all the transaction with database, I don't want it to do rollback the database.

Can you help me ?
1 REPLY 1

trademak
Star Contributor
Star Contributor
You have a try, catch in your service task? So why is the transaction rolled back in the database then, because Activiti won't trigger a rollback in that case.

Best regards,