mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-29 15:57:00 +02:00
## Summary A circular dependency between `WorkflowService` and `ActiveWorkflowRunner` is sometimes causing `this.activeWorkflowRunner` to be `undefined` in `WorkflowService`. Breaking this circular dependency should hopefully fix this issue. ## Related tickets and issues #8122 ## Review / Merge checklist - [x] PR title and summary are descriptive - [ ] Tests included |
||
|---|---|---|
| .. | ||
| executionHelpers.ts | ||
| executions.controller.ee.ts | ||
| executions.controller.ts | ||
| executions.service.ee.ts | ||
| executions.service.ts | ||