Avoid MX database commit roll back when Process Queue throws Exceptions.

0
Hello Experts, We are using a process queue to Sync object data with Teamcenter. We are having the below scenario: Suppose we are syncing 10 objects from Mx to TC and while syncing 2 out of 10 objects got failed. So we need to show Queue Actions failed, to achieved this is we are collecting error messages and throwing exceptions. While doing this, it is creating data in Teamcenter but whatever changes we made in Mendix, it is rolling back all. Expectation: Objects that got synced successfully and modified in Mendix by Queue Actions should not roll back when it throws an exception. Or please suggest a way to change the status of the Queue action to ‘Failed’. Thank you in advance.     
asked
0 answers