Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / WorkflowCustomEvent
Interface: WorkflowCustomEvent
Defined in: packages/core/src/types/workflow-event.ts:121
Application-defined event emitted from inside a workflow node via ctx.emit(name, payload). The runtime never produces these on its own.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
name | readonly | string | packages/core/src/types/workflow-event.ts:123 |
payload | readonly | unknown | packages/core/src/types/workflow-event.ts:124 |
type | readonly | "workflow.custom" | packages/core/src/types/workflow-event.ts:122 |