UNPKG

n8n

Version:

n8n Workflow Automation Tool

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>; }