Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/workflow / / END_NODE

Variable: END_NODE

ts
const END_NODE: "__end__";

Defined in: packages/workflow/src/types.ts:34

Sentinel name reserved for the implicit terminal node. Edges pointing at __end__ complete the workflow.

Stable