UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

9 lines (8 loc) 367 B
import { License } from '../license'; import { WorkerStatusService } from '../scaling/worker-status.service.ee'; export declare class OrchestrationController { private readonly licenseService; private readonly workerStatusService; constructor(licenseService: License, workerStatusService: WorkerStatusService); getWorkersStatusAll(): Promise<void>; }