Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/workflow / / START_NODE

Variable: START_NODE

ts
const START_NODE: "__start__";

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

Sentinel name reserved for the implicit start node. Edges originate from __start__ and the engine creates the bootstrap task that applies the supplied input to the first user-defined node.

Stable