PersistentAI API Documentation / @persistent-ai/fireflow-executor / server / ExecutionStats
Interface: ExecutionStats
Defined in: packages/fireflow-executor/types/execution.ts:83
Properties
byStatus
byStatus:
Partial<Record<ExecutionStatus,number>>
Defined in: packages/fireflow-executor/types/execution.ts:86
recentRatePerMinute
recentRatePerMinute:
number
Defined in: packages/fireflow-executor/types/execution.ts:87
rootExecutionId
rootExecutionId:
string
Defined in: packages/fireflow-executor/types/execution.ts:84
total
total:
number
Defined in: packages/fireflow-executor/types/execution.ts:85