Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: Why the JBPM task can't rollback ?"

To view the discussion, visit: https://community.jboss.org/message/810231#810231

--------------------------------------------------------------
if you use remote task service they will not be handled as part of single 
transaction and thus when rollback happens on the engine side task is already 
committed. If you need to have them running within single transaction you need 
to use localTaskService as Demian mentioned. That way all work will be rolled 
back properly.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/810231#810231]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to