Comprehensive system status including all Temporal components.
Used for health monitoring and system diagnostics.
Example
conststatus = awaittemporalService.getSystemStatus(); if (!status.client.healthy || !status.worker.available) { console.warn('Temporal system is not fully operational'); }
Comprehensive system status including all Temporal components. Used for health monitoring and system diagnostics.
Example