1. SAP Help Portal - SAP Signavio Process Intelligence: In the official documentation for SAP Signavio Process Intelligence
a variant is explicitly defined: "A variant is a unique path from the beginning to the end of a process. All cases that have the exact same sequence of activities belong to the same variant."
Source: SAP Help Portal
SAP Signavio Process Intelligence
"Working with variants".
2. van der Aalst
W. M. P. (2016). Process Mining: Data Science in Action. Springer. This foundational academic textbook on process mining defines the concept. A "trace" is the sequence of events for one case. Variants are groups of identical traces.
Source: Chapter 4
"Process Discovery
" Section 4.2
"Dealing with Infrequent Behavior
" p. 118. The text explains that process discovery algorithms often focus on the most frequent variants to create a simplified model.
3. Eindhoven University of Technology (TU/e) Courseware: In the MOOC "Process Mining: Data Science in Action
" the concept is introduced early on.
Source: Week 1
"Introduction to Process Mining
" Video: "Event Data." The lecture explains that an event log consists of cases
and each case has a trace. Variants are then introduced as unique traces found in the log.