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