OverlapChecker
The OverlapChecker processes BPMN models and checks whether there are redundant edges (same source and target) exist.
Assumptions
- The BPMN-models have to be in the classpath at build time
Configuration
The rule should be configured as follows:
<rule>
<name>OverlapChecker</name>
<state>true</state>
</rule>
Error messages
Multiple SequenceFlows detected. Delete ‘SequenceFlow_123’ with identical source and target.
This message indicates that at least two or more sequence flows with identical source and target exist.
Examples
Example of correct sequence flow |
---|
Example of incorrect/redundant sequence flow |
---|