Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree vs graph structure for task dependencies #4

Open
dbogdanov opened this issue Oct 5, 2020 · 1 comment
Open

Tree vs graph structure for task dependencies #4

dbogdanov opened this issue Oct 5, 2020 · 1 comment

Comments

@dbogdanov
Copy link

In my workflow, even though there is a single root node, a tree structure isn't sufficient: sometimes, you would have several tasks that can be addressed by a common subtask.

I wonder what your ideas on that are.

@xeruf
Copy link
Owner

xeruf commented Oct 6, 2020

Isn't that just a dependency? For me the tree is about grouping and common tasks, there may still be cross-dependencies.
Maybe an example would help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants