Skip to content

WorkflowEventData

WorkflowEventData<Data, DebugLabel> = object & object

Defined in: core/src/core/event.ts:32

Represents event data flowing through a workflow.

Event data is created when an event is instantiated with the .with() method. It carries the actual payload and can be processed by event handlers.

get data(): Data

Data

readonly [opaqueSymbol]: DebugLabel

Data

The type of data this event carries

DebugLabel extends string = string

Optional debug label for development/debugging