Skip to content

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

Interface: FlowEventInfo

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

Result of listFlowEvents workflow

Properties

fullPath

fullPath: string

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

Full path within the workspace


mtime

mtime: number

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

Modification time (unix timestamp)


name

name: string

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

File name without extension


path

path: string

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

Path to the .ffevent file (relative to .fflow folder)

Licensed under BUSL-1.1