ProcessVariant
A process variant (activity sequence with its frequency)
Used as Input
0
functions accept this type
Used as Output
0
functions return this type(+2 nested)
Type Definition
4 nested items
struct— A process variant (activity sequence with its frequency)
activities*:Vec<String>— The activity sequence of the variant as activity names
[items]:String
count*:u64— Number of cases corresponding to this variant
percentage*:f64— Percentage of total cases corresponding to this variant
Example JSON Value
{
"activities": [
"example"
],
"count": 1,
"percentage": 0.2
}