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&...]