FlowHandlerContext
Auto-generated API reference for FlowHandlerContext.
Interface: FlowHandlerContext<TInput>
Defined in: flow.ts:37
#Type Parameters
#TInput
TInput = unknown
#Properties
#deps
deps:
Record<string,unknown>
Defined in: flow.ts:42
Outputs of every dependency, keyed by node id.
#input
input:
TInput
Defined in: flow.ts:40
Initial input passed to runFlow.
#node
node:
FlowNode
Defined in: flow.ts:38
#with
with:
Record<string,unknown>
Defined in: flow.ts:44
Static inputs from node.with.