agentskit.js

FlowNode

Auto-generated API reference for FlowNode.

Interface: FlowNode

Defined in: flow.ts:17

#Properties

#id

id: string

Defined in: flow.ts:19

Unique within the flow. Used as durable step id.


#name?

optional name?: string

Defined in: flow.ts:21

Display label. Defaults to id.


#needs?

optional needs?: string[]

Defined in: flow.ts:27

Ids of nodes that must finish before this one starts.


#run

run: string

Defined in: flow.ts:23

Handler key β€” must exist in the FlowRegistry.


#with?

optional with?: Record<string, unknown>

Defined in: flow.ts:25

Static inputs passed to the handler.

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page