n8n-nodes-semble v2.1.0


n8n-nodes-semble / core/MiddlewarePipeline / PipelineCompletedEvent

Interface: PipelineCompletedEvent

Defined in: core/MiddlewarePipeline.ts:42

Base event interface

Extends

Properties

type

type: string

Defined in: core/EventSystem.ts:16

Inherited from

BaseEvent.type


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


executionTime

executionTime: number

Defined in: core/MiddlewarePipeline.ts:43


middlewareCount

middlewareCount: number

Defined in: core/MiddlewarePipeline.ts:44


successfulMiddleware

successfulMiddleware: number

Defined in: core/MiddlewarePipeline.ts:45


resource

resource: string

Defined in: core/MiddlewarePipeline.ts:46


action

action: string

Defined in: core/MiddlewarePipeline.ts:47