n8n/packages/cli/src/executions
कारतोफ्फेलस्क्रिप्ट™ 21788d9153
fix(core): Remove circular dependency in WorkflowService and ActiveWorkflowRunner (#8128)
## 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
2023-12-21 17:37:08 +01:00
..
executionHelpers.ts feat(core): Debug in Editor flag (no-changelog) (#6888) 2023-08-09 16:38:17 +02:00
executions.controller.ee.ts refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
executions.controller.ts refactor(core): Make Logger a service (no-changelog) (#7494) 2023-10-25 16:35:22 +02:00
executions.service.ee.ts fix(core): Remove circular dependency in WorkflowService and ActiveWorkflowRunner (#8128) 2023-12-21 17:37:08 +01:00
executions.service.ts refactor(core): Move error execution creation to execution service (no-changelog) (#8006) 2023-12-21 14:15:46 +01:00