Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / server / GetFlowByRefResult

Interface: GetFlowByRefResult

Defined in: packages/fireflow-vfs/src/workflows/flow-workflows.ts:93

Result of getFlowByRef workflow

Properties

flowData

flowData: Record<string, unknown>

Defined in: packages/fireflow-vfs/src/workflows/flow-workflows.ts:101

The deserialized flow data


flowId

flowId: string

Defined in: packages/fireflow-vfs/src/workflows/flow-workflows.ts:95

Flow ID from manifest


manifest

manifest: object

Defined in: packages/fireflow-vfs/src/workflows/flow-workflows.ts:99

The flow manifest

createdAt

createdAt: string

description?

optional description: string

flowId

flowId: string

name

name: string

type

type: "fflow"

updatedAt

updatedAt: string

version

version: string


path

path: string

Defined in: packages/fireflow-vfs/src/workflows/flow-workflows.ts:97

Full path to the .fflow folder

Licensed under BUSL-1.1