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