Skip to main content

ProcessModel

Defined in: types.ts:328

A process model discovered from multiple execution graphs.

Properties

agentId

readonly agentId: string

Defined in: types.ts:336

Agent ID from the input graphs.


steps

readonly steps: readonly string[]

Defined in: types.ts:330

All observed step identifiers (type:name).


totalGraphs

readonly totalGraphs: number

Defined in: types.ts:334

Number of graphs used to build this model.


transitions

readonly transitions: readonly ProcessTransition[]

Defined in: types.ts:332

All observed transitions with frequencies.