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?
optionalname?:string
Defined in: flow.ts:21
Display label. Defaults to id.
#needs?
optionalneeds?: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?
optionalwith?:Record<string,unknown>
Defined in: flow.ts:25
Static inputs passed to the handler.