n8n-nodes-semble v2.1.0


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

BaseEvent.timestamp


source

source: string

Defined in: core/EventSystem.ts:18

Inherited from

BaseEvent.source


id

id: string

Defined in: core/EventSystem.ts:19

Inherited from

BaseEvent.id


type

type: "node.executed"

Defined in: core/EventSystem.ts:182

Overrides

BaseEvent.type


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