nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
GraphExecutionAuditEvent
Interface GraphExecutionAuditEvent
Graph execution lifecycle event (Issue #839).
interface
GraphExecutionAuditEvent
{
id
:
string
;
timestamp
:
string
;
component
:
string
;
type
:
"graph_execution"
;
graphEvent
:
string
;
nodeId
?:
string
;
stepNumber
:
number
;
detail
:
string
;
}
Hierarchy
AuditEventBase
GraphExecutionAuditEvent
Index
Properties
id
timestamp
component
type
graph
Event
node
Id?
step
Number
detail
Properties
Readonly
id
id
:
string
Readonly
timestamp
timestamp
:
string
Readonly
component
component
:
string
Readonly
type
type
:
"graph_execution"
Readonly
graph
Event
graphEvent
:
string
Optional
Readonly
node
Id
nodeId
?:
string
Readonly
step
Number
stepNumber
:
number
Readonly
detail
detail
:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
id
timestamp
component
type
graph
Event
node
Id
step
Number
detail
GitHub
npm
nexus-agents - v2.80.0
Loading...
Graph execution lifecycle event (Issue #839).