-
1. Re: Working with event subprocesses in jBPM
swiderski.maciej Jun 11, 2014 9:32 AM (in response to marcj)1 of 1 people found this helpfulIn my opinion, this is correct behavior as as soon as error is thrown the error boundary event catches it and since this is an error event it will cancel activity it is attached to (the exchange rate subprocess) and by that making the event subprocess included in it not active. That makes it unavailable to receive signals. Thus it does work as expected. Event subprocess will be active as long as its container is active.
HTH
-
2. Re: Working with event subprocesses in jBPM
marcj Jun 12, 2014 2:14 AM (in response to swiderski.maciej)Thx for that clarification. From that perspective, that makes sense for me.
Would that situation change when switching to compensation boundary events? Because when doing that, neither the first nor the second model triggers the compensation event subprocess. With your explanation, that kind of makes sense for the second scenario. With the first scenario, I receive the following error message:
unable to parse xml : Exception class java.lang.IllegalArgumentException : Compensation Event Sub-Processes at the process level are not supported.
Can someone clarify that for me?
-
3. Re: Working with event subprocesses in jBPM
swiderski.maciej Jun 13, 2014 1:41 AM (in response to marcj)I guess it's caused by unfinished work on compensation support so it might still not fully provide capabilities you would expect. Hopefully 6.2 will get more support for compensation though it's still not there