FlowNode
Auto-generated API reference for FlowNode.
Interface: FlowNode
Defined in: flow.ts:18
#Properties
#id
id:
string
Defined in: flow.ts:20
Unique within the flow. Used as durable step id.
#name?
optionalname?:string
Defined in: flow.ts:22
Display label. Defaults to id.
#needs?
optionalneeds?:string[]
Defined in: flow.ts:28
Ids of nodes that must finish before this one starts.
#run
run:
string
Defined in: flow.ts:24
Handler key β must exist in the FlowRegistry.
#with?
optionalwith?:Record<string,unknown>
Defined in: flow.ts:26
Static inputs passed to the handler.