Skip to content

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

Class: FlowRefPort

Defined in: packages/fireflow-types/src/node/templates/schemas/flow-ref-port.schema.ts:22

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/src/node/templates/schemas/flow-ref-port.schema.ts:41


ref

ref: string = 'main'

Defined in: packages/fireflow-types/src/node/templates/schemas/flow-ref-port.schema.ts:34


workspaceId

workspaceId: string = ''

Defined in: packages/fireflow-types/src/node/templates/schemas/flow-ref-port.schema.ts:27

Licensed under BUSL-1.1