Skip to main content

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
structA process variant (activity sequence with its frequency)
activities*:Vec<String>The activity sequence of the variant as activity names
[items]:String
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
}