Skip to main content

Deviation

Defined in: types.ts:459

A specific deviation between a graph and a process model.

Properties

from

readonly from: string

Defined in: types.ts:463

Source step identifier.


message

readonly message: string

Defined in: types.ts:467

Human-readable description of the deviation.


modelProbability?

readonly optional modelProbability?: number

Defined in: types.ts:469

Model probability of this transition (if applicable).


to

readonly to: string

Defined in: types.ts:465

Target step identifier.


type

readonly type: DeviationType

Defined in: types.ts:461

Category of deviation.