com.wm.lang.flow.FlowException exception while trying to use

Hi,

I need to use pub.art.transaction:startTransaction along with pub.art.transaction:commitTransaction and pub.art.transaction:rollbackTransaction.
I am facing one serious problem. I have developed one flow service for explicit transaction management using the built-in transaction management services mentioned above. While trying to execute the service, it is giving the error “com.wm.lang.flow.FlowException”.

Please suggest some solution for this problem.

Thanks in advance.
Mahadev

assign a value to the transactionName in the start transaction and use the same value to commit and rollback transactions.

HTH

Uday