-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Describe the bug
The current depends-on task feature does not handle circular dependencies.
When tasks form a dependency cycle, they can never be completed and no error or validation prevents this state
Example:
A → B
B → C
C → A
Expected behavior
The system should detect circular dependencies and prevent them (or return an error).
Screenshots
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels