ExecutionGraph
Defined in: types.ts:110
Properties
agentId
readonlyagentId:string
Defined in: types.ts:121
edges
readonlyedges: readonlyExecutionEdge[]
Defined in: types.ts:115
endTime
readonlyendTime:number|null
Defined in: types.ts:118
null if the graph is still running.
events
readonlyevents: readonlyTraceEvent[]
Defined in: types.ts:123
Full ordered event log for auditability.
id
readonlyid:string
Defined in: types.ts:111
metadata?
readonlyoptionalmetadata?:Record<string,unknown>
Defined in: types.ts:133
Arbitrary metadata preserved from the trace file.
nodes
readonlynodes:ReadonlyMap<string,ExecutionNode>
Defined in: types.ts:114
All nodes indexed by ID.
operatorContext?
readonlyoptionaloperatorContext?:OperatorContext
Defined in: types.ts:131
Operator context for organizational tracking.
parentSpanId?
readonlyoptionalparentSpanId?:string|null
Defined in: types.ts:129
Parent span ID, or null if this is the root span.
rootNodeId
readonlyrootNodeId:string
Defined in: types.ts:112
spanId?
readonlyoptionalspanId?:string
Defined in: types.ts:127
Unique span ID for this graph within the trace.
startTime
readonlystartTime:number
Defined in: types.ts:116
status
readonlystatus:GraphStatus
Defined in: types.ts:119
traceId?
readonlyoptionaltraceId?:string
Defined in: types.ts:125
Distributed trace ID linking graphs across services.
trigger
readonlytrigger:string
Defined in: types.ts:120