Skip to content

Circular dependency in task dependencies #308

Description

@Vasist10

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions