(workspaceId: string)
| 2293 | } |
| 2294 | |
| 2295 | private async getActiveWorkflowRunCount(workspaceId: string): Promise<number> { |
| 2296 | return (await this.getActiveWorkflowRunIds(workspaceId)).size; |
| 2297 | } |
| 2298 | |
| 2299 | private async updateActiveWorkflowRunCount(event: { |
| 2300 | workspaceId: string; |
no test coverage detected