Skip to content

agent-event-service / Exports / IExecutionEventData

Interface: IExecutionEventData

Execution-related event payload.

Hierarchy

Table of contents

Properties

Properties

timestamp

timestamp: Date

Timestamp when the event was emitted. This is required for deterministic ordering.

Inherited from

IBaseEventData.timestamp

Defined in

interfaces.ts:78


metadata

Optional metadata: TEventLoggerData

Optional structured metadata

Inherited from

IBaseEventData.metadata

Defined in

interfaces.ts:81

Released under the MIT License.