ProcessModel
Defined in: types.ts:328
A process model discovered from multiple execution graphs.
Properties
agentId
readonlyagentId:string
Defined in: types.ts:336
Agent ID from the input graphs.
steps
readonlysteps: readonlystring[]
Defined in: types.ts:330
All observed step identifiers (type:name).
totalGraphs
readonlytotalGraphs:number
Defined in: types.ts:334
Number of graphs used to build this model.
transitions
readonlytransitions: readonlyProcessTransition[]
Defined in: types.ts:332
All observed transitions with frequencies.