Skip to main content

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
[items]:ProcessVariantA process variant (activity sequence with its frequency)
count*:u64Number of cases corresponding to this variant
percentage*:f64Percentage of total cases corresponding to this variant

Example JSON Value

[
  {
    "activities": [
      "example"
    ],
    "count": 1,
    "percentage": 0.2
  }
]

Functions Returning This Type(2)