elsa-workflows / elsa-workflows/elsa-core
[CHORE] Modules depend on each other
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
## Maintenance Task Request
### Task Overview
Interdependencies between multiple modules result in unnecessary introductions
### Purpose of the Task
For example, I only need the runtime module, but I need persistence, I will introduce the EF CORE module to achieve, but found that the EF CORE module is not only the entity of the runtime, there are many non-Runtime
### Potential Issues
**Identify any potential issues that might arise from this task**
Discuss any challenges or potential disruptions that could occur as a result of this maintenance task. This will help prepare for and mitigate any negative impacts.
### Suggestion
Separate ef core dependencies and create one for each module that has an entity
Contributor guide
Assessment
This issue has not been assessed yet.