Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / path / flowManifestPath

Function: flowManifestPath()

flowManifestPath(flowFolder): string

Defined in: packages/fireflow-vfs/src/path/flow-package.ts:126

Get manifest.json path within flow package.

Parameters

flowFolder

string

Path to .fflow folder

Returns

string

Path to manifest.json

Example

ts
flowManifestPath('workflows/my-flow.fflow')
// → 'workflows/my-flow.fflow/manifest.json'

Licensed under BUSL-1.1