ProcessTransition
Defined in: types.ts:316
A transition between two steps in a discovered process model.
Properties
count
readonlycount:number
Defined in: types.ts:322
Absolute frequency: how many times this transition was observed.
from
readonlyfrom:string
Defined in: types.ts:318
Source step identifier (type:name).
probability
readonlyprobability:number
Defined in: types.ts:324
Relative frequency from the source step (0.0–1.0).
to
readonlyto:string
Defined in: types.ts:320
Target step identifier (type:name).