Hi all,
I encountered some problems with the Conformance Checker Sheet in the Analysis.
I did model a BPMN model and its rather simple but has some AND parallel arcs as illustrated below.
In natural language “A,B,C has to be finished before D starts,but the A->B arc and C can happen independently of each other”.
In the Overview I can now see Violations like:
- A is followed by C
- B is followed by C
- C is followed by D
All of which I would consider allowed in the sense of the model. Of course I can manually whitelist all of the violations, but this is rather high maintenance and distributes the single point of truth which should be the model. For me it is about understanding if this is a limitation of the Conformance Checker.
Did anyone experienced something similar and solved it?
Or is my model wrong?