Skip to content

FlowBuilderRuntime

addDynamicFlows(defs, opts): Promise<void>;
Parameter Type

defs

readonly FlowDefinition[]

opts

{ agentId: string; replace?: boolean; store?: FlowDefinitionsStore; }

opts.agentId

string

opts.replace?

boolean

opts.store?

FlowDefinitionsStore

Promise<void>