Skip to main content

ProcessTransition

Defined in: types.ts:316

A transition between two steps in a discovered process model.

Properties

count

readonly count: number

Defined in: types.ts:322

Absolute frequency: how many times this transition was observed.


from

readonly from: string

Defined in: types.ts:318

Source step identifier (type:name).


probability

readonly probability: number

Defined in: types.ts:324

Relative frequency from the source step (0.0–1.0).


to

readonly to: string

Defined in: types.ts:320

Target step identifier (type:name).