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

Multiple Inputs to a Task #394

Open
danfunk opened this issue Mar 14, 2024 · 1 comment
Open

Multiple Inputs to a Task #394

danfunk opened this issue Mar 14, 2024 · 1 comment

Comments

@danfunk
Copy link
Collaborator

danfunk commented Mar 14, 2024

No description provided.

@danfunk
Copy link
Collaborator Author

danfunk commented Mar 14, 2024

We have a tendency to run into issues when we try to connect multiple inputs to a single task. These errors go away if we introduce a gateway and direct the lines into that instead.

For instance, this diagram will run into an infinite recursion error as it tries to predict which task states (ready/future/likely/) ...

Image

But this small change removes the issue.

Image

We propose automatically adding these gateways when parsing the diagram so that the simpler form will work.

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

No branches or pull requests

1 participant