Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/core / / WorkflowCustomEvent
Interface: WorkflowCustomEvent
Defined in: packages/core/src/types/workflow-event.ts:128
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:130 |
payload | readonly | unknown | packages/core/src/types/workflow-event.ts:131 |
type | readonly | "workflow.custom" | packages/core/src/types/workflow-event.ts:129 |