()
| 319 | |
| 320 | /** For tests: reset the singleton (avoid cross-case contamination). */ |
| 321 | export function __resetWorkflowServiceForTests(): void { |
| 322 | cached = null |
| 323 | } |
| 324 | |
| 325 | /** |
| 326 | * Returns the already-instantiated service (does not create one). Used on process exit / config unload to peek; |
no outgoing calls
no test coverage detected