Documentation / @agentick/shared / ExecutionContextFields
Interface: ExecutionContextFields ​
Defined in: devtools.ts:57
Execution context fields for events in an execution tree
Extended by ​
Properties ​
engineId? ​
optionalengineId:string
Defined in: devtools.ts:63
Engine instance ID (constant across executions)
parentExecutionId? ​
optionalparentExecutionId:string
Defined in: devtools.ts:59
Parent execution ID (for fork/spawn)
rootExecutionId? ​
optionalrootExecutionId:string
Defined in: devtools.ts:61
Root of the execution tree
traceId? ​
optionaltraceId:string
Defined in: devtools.ts:65
OpenTelemetry trace ID if available