Deviation
Defined in: types.ts:377
A specific deviation between a graph and a process model.
Properties
from
readonlyfrom:string
Defined in: types.ts:381
Source step identifier.
message
readonlymessage:string
Defined in: types.ts:385
Human-readable description of the deviation.
modelProbability?
readonlyoptionalmodelProbability?:number
Defined in: types.ts:387
Model probability of this transition (if applicable).
to
readonlyto:string
Defined in: types.ts:383
Target step identifier.
type
readonlytype:DeviationType
Defined in: types.ts:379
Category of deviation.