EventGenerationExecutionResult
Interface: EventGenerationExecutionResult
Defined in: src/workers/eventGeneration/executionEngine.ts:22
Description
Represents the result of a single Generation job execution, including the number of instances created and the time taken.
Properties
eventId
eventId:
string
Defined in: src/workers/eventGeneration/executionEngine.ts:24
executionTimeMs
executionTimeMs:
number
Defined in: src/workers/eventGeneration/executionEngine.ts:26
instancesCreated
instancesCreated:
number
Defined in: src/workers/eventGeneration/executionEngine.ts:25
organizationId
organizationId:
string
Defined in: src/workers/eventGeneration/executionEngine.ts:23