Vec<ProcessVariant>
Internal: Array_of_ProcessVariant
Used as Input
0
functions accept this type
Used as Output
2
functions return this type
Type Definition
5 nested items
activities*:Vec<String>— The activity sequence of the variant as activity names
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
}
]