| title | Overlap Checker |
|---|---|
| parent | Available Checkers |
The OverlapChecker processes BPMN models and checks whether there are redundant edges (same source and target) exist.
- The BPMN-models have to be in the classpath at build time
The rule should be configured as follows:
<rule>
<name>OverlapChecker</name>
<state>true</state>
</rule>
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.
| Example of correct sequence flow |
|---|
| Example of incorrect/redundant sequence flow |
|---|