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

Does this support topological sort? #34

Open
Trevortni opened this issue Jun 28, 2022 · 1 comment
Open

Does this support topological sort? #34

Trevortni opened this issue Jun 28, 2022 · 1 comment

Comments

@Trevortni
Copy link

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[X] Support request
[ ] Other... Please describe:

Is this primarily meant as a visualization tool or a data management solution?

I am looking for a tool to generate a topological sort for a dependency graph, to establish an order of execution for interdependent tasks, and I am not clear if this solution would be useful for my use case.

@pjlamb12
Copy link
Collaborator

I think this can be used to establish an order of execution for interdependent tasks. In fact, I initially created this library for that purpose at work. I wish I could show a demo of that, but that product is not available to demo. But essentially we use it to allow people to build workflows. If an event occurs, the workflow is kicked off, and then the user can build the workflow, with if statements and branching and everything. It looks a lot like the live demo, honestly.

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