The ProcessPathConformance Table |
Scroll Previous Topic Top Next Topic More |
The ProcessPathConformance table contains the details on each process path conformance: each activity and edge is characterized and conformance metrics for the paths can be found here.
Field Name |
Explanation |
HappyPathID (key) |
The ID of the happy path of the model that has been aligned to the process path. |
ProcessPath_RelatedDimensionKey (Key) |
Reference to the ProcessPathUniqueNo and the related dimension in table pa_activity_log. |
HappyPathUniqueNo |
Unique identifier of the happy path. |
EdgeCounter |
A counter for faster summing. |
SynchronousActivityCount |
The number of correct activities found in the process path. |
HPActivitiesMissing |
The number of skipped activities found in the process path. |
ActivityInLogCount |
The number of deviating activities found in the process path. |
MoveInLogCount |
The number of changed ordering found in the process path (counts every “wrong edge”). |
SynchronousMoveCount |
The number of correct ordering found in the process path. |
HappyPathFitness |
Overall metric taking into account the other fitness-metrics. |
MoveInModelCount |
The number of ordering not found in the process path. |
ActivityInModelCount |
The number of activities not found in the process path. |