Skip to main content

Deviation

Defined in: types.ts:377

A specific deviation between a graph and a process model.

Properties

from

readonly from: string

Defined in: types.ts:381

Source step identifier.


message

readonly message: string

Defined in: types.ts:385

Human-readable description of the deviation.


modelProbability?

readonly optional modelProbability?: number

Defined in: types.ts:387

Model probability of this transition (if applicable).


to

readonly to: string

Defined in: types.ts:383

Target step identifier.


type

readonly type: DeviationType

Defined in: types.ts:379

Category of deviation.