Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / / FlowSubscription

Interface: FlowSubscription

Defined in: packages/fireflow-vfs/src/types/subscription.ts:34

Flow subscription (used for event routing and access control)

Properties

contextMode

contextMode: FlowSubscriptionContextMode

Defined in: packages/fireflow-vfs/src/types/subscription.ts:41


createdAt

createdAt: Date

Defined in: packages/fireflow-vfs/src/types/subscription.ts:44


createdBy

createdBy: string

Defined in: packages/fireflow-vfs/src/types/subscription.ts:42


enabled

enabled: boolean

Defined in: packages/fireflow-vfs/src/types/subscription.ts:43


eventFilters

eventFilters: FlowSubscriptionFilters

Defined in: packages/fireflow-vfs/src/types/subscription.ts:39


eventName

eventName: string

Defined in: packages/fireflow-vfs/src/types/subscription.ts:38


flowId

flowId: string

Defined in: packages/fireflow-vfs/src/types/subscription.ts:37


id

id: string

Defined in: packages/fireflow-vfs/src/types/subscription.ts:35


permission

permission: "read" | "write"

Defined in: packages/fireflow-vfs/src/types/subscription.ts:40


workspaceId

workspaceId: string

Defined in: packages/fireflow-vfs/src/types/subscription.ts:36

Licensed under BUSL-1.1