PersistentAI API Documentation / @persistent-ai/fireflow-executor / server / ServiceInstances
Interface: ServiceInstances
Defined in: packages/fireflow-executor/server/services/ServiceFactory.ts:37
Properties
authService
authService:
AuthService
Defined in: packages/fireflow-executor/server/services/ServiceFactory.ts:42
db
db:
NodePgDatabase<Record<string,unknown>> &object
Defined in: packages/fireflow-executor/server/services/ServiceFactory.ts:44
Type Declaration
$client
$client:
Pool
dbosClient?
optionaldbosClient:DBOSClient
Defined in: packages/fireflow-executor/server/services/ServiceFactory.ts:46
dbosWorker?
optionaldbosWorker:DBOSExecutionWorker
Defined in: packages/fireflow-executor/server/services/ServiceFactory.ts:45
eventBus
eventBus:
IEventBus
Defined in: packages/fireflow-executor/server/services/ServiceFactory.ts:38
executionStore
executionStore:
IExecutionStore
Defined in: packages/fireflow-executor/server/services/ServiceFactory.ts:40
flowStore
flowStore:
IFlowStore
Defined in: packages/fireflow-executor/server/services/ServiceFactory.ts:41
ownershipResolver
ownershipResolver:
IOwnershipResolver
Defined in: packages/fireflow-executor/server/services/ServiceFactory.ts:43
taskQueue
taskQueue:
ITaskQueue
Defined in: packages/fireflow-executor/server/services/ServiceFactory.ts:39