Skip to main content

ProcessModel

Defined in: types.ts:410

A process model discovered from multiple execution graphs.

Properties

agentId

readonly agentId: string

Defined in: types.ts:418

Agent ID from the input graphs.


steps

readonly steps: readonly string[]

Defined in: types.ts:412

All observed step identifiers (type:name).


totalGraphs

readonly totalGraphs: number

Defined in: types.ts:416

Number of graphs used to build this model.


transitions

readonly transitions: readonly ProcessTransition[]

Defined in: types.ts:414

All observed transitions with frequencies.