Skip to content

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

Interface: CreateFlowPackageResult

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

Result of createFlowPackage workflow

Properties

flowId

flowId: string

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

Generated flow ID


manifest

manifest: object

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

The created 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:69

Full path to the .fflow folder

Licensed under BUSL-1.1