[jboss-user] [jBPM] - Compensation event not getting triggered in 5.2.0.Final

Affan Dar do-not-reply at jboss.com
Sun Apr 1 06:38:09 EDT 2012


Affan Dar [https://community.jboss.org/people/affandar] created the discussion

"Compensation event not getting triggered  in 5.2.0.Final"

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

--------------------------------------------------------------
I am trying to build a workflow with a compensation event using the 5.2.0.Final build, i.e. something like this:

 https://github.com/droolsjbpm/jbpm/blob/5.2.x/jbpm-bpmn2/src/test/resources/BPMN2-IntermediateThrowEventCompensate.bpmn2 https://github.com/droolsjbpm/jbpm/blob/5.2.x/jbpm-bpmn2/src/test/resources/BPMN2-IntermediateThrowEventCompensate.bpmn2

Basically, 
+ Compensating signal event node is attached to some action node.
+ When a 'compensation' signal is raised (maybe as part of the action node's processing itself or somewhere down the path), this event is triggered and starts execution of the compensation logic

However with the 5.2.0.Final build, the compensation signal event is not getting triggered. To rule out any issue with my setup, I unpacked the jbpm 5.2.0.final source, built and ran the test testCompensateIntermediateThrowEventProcess() in jbpm-bpmn2 (which is the closest to what I want). Even in this test the compensation event node is not getting triggered (test shows a false positive).  Then I tried 5.3.0-SNAPSHOT and this scenario works just fine. 

Compensations are a fairly key scenario for any workflow system and it is odd to have this not working in a .Final release :\

For now my question to someone familiar with this issue is that is there a workaround? Can I tweak something here and there in the workflow or my code to get compensation to work?

Thanks!
--------------------------------------------------------------

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120401/bf85946b/attachment.html 


More information about the jboss-user mailing list