Skip to content

PersistentAI API Documentation / @persistentai/fireflow-nodes / FlowRefPort

Class: FlowRefPort

Defined in: packages/fireflow-types/dist/node/templates/schemas/flow-ref-port.schema.d.ts:8

FlowRefPort - Reference to a flow in VFS

Used by template nodes (e.g., EventNode) to store the location of the source flow. Similar to FlowReference in fireflow-nodes but uses raw path instead of ff:// URI.

Constructors

Constructor

new FlowRefPort(): FlowRefPort

Returns

FlowRefPort

Properties

path

path: string

Defined in: packages/fireflow-types/dist/node/templates/schemas/flow-ref-port.schema.d.ts:11


ref

ref: string

Defined in: packages/fireflow-types/dist/node/templates/schemas/flow-ref-port.schema.d.ts:10


workspaceId

workspaceId: string

Defined in: packages/fireflow-types/dist/node/templates/schemas/flow-ref-port.schema.d.ts:9

Licensed under BUSL-1.1