Details
Description
Currently Activiti has support for both Parallel and Exclusive Gateways from the BPMN 2.0 specification, however it does not support the Inclusive Gateway. This issue is to implement Inclusive Gateway support in both the Activiti Engine and Activiti Designer.
This is a patch (against R2947 of activiti/trunk) that adds support for inclusive gateway. The patch fix includes 11 successful unit tests.
I used the Activiti-specific eclipse code-formatter on many of the classes that were changed, and unfortunately it also caused formatting changes to some of the files.
Please contact me if you have any questions.