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.
Type Declaration
Section titled “Type Declaration”Get Signature
Section titled “Get Signature”get data():
Data
Returns
Section titled “Returns”Data
Type Declaration
Section titled “Type Declaration”[opaqueSymbol]
Section titled “[opaqueSymbol]”
readonly
[opaqueSymbol]:DebugLabel
Type Parameters
Section titled “Type Parameters”Data
The type of data this event carries
DebugLabel
Section titled “DebugLabel”DebugLabel
extends string
= string
Optional debug label for development/debugging