Link Search Menu Expand Document

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
No redundant sequence flows
Example of incorrect/redundant sequence flow
Redundant sequence flows