Skip to main content

ProcessTransition

Defined in: types.ts:398

A transition between two steps in a discovered process model.

Properties

count

readonly count: number

Defined in: types.ts:404

Absolute frequency: how many times this transition was observed.


from

readonly from: string

Defined in: types.ts:400

Source step identifier (type:name).


probability

readonly probability: number

Defined in: types.ts:406

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


to

readonly to: string

Defined in: types.ts:402

Target step identifier (type:name).