NodeExecutedEvent
n8n-nodes-semble / core/EventSystem / NodeExecutedEvent
Interface: NodeExecutedEvent¶
Defined in: core/EventSystem.ts:181
Node execution events
Extends¶
Properties¶
timestamp¶
timestamp:
number
Defined in: core/EventSystem.ts:17
Inherited from¶
source¶
source:
string
Defined in: core/EventSystem.ts:18
Inherited from¶
id¶
id:
string
Defined in: core/EventSystem.ts:19
Inherited from¶
type¶
type:
"node.executed"
Defined in: core/EventSystem.ts:182
Overrides¶
nodeType¶
nodeType:
string
Defined in: core/EventSystem.ts:183
operation¶
operation:
string
Defined in: core/EventSystem.ts:184
duration¶
duration:
number
Defined in: core/EventSystem.ts:185
success¶
success:
boolean
Defined in: core/EventSystem.ts:186