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

Incorrect task nesting when an input parameter is shared between dependent tasks #70

Open
aplowman opened this issue Jan 5, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@aplowman
Copy link
Contributor

aplowman commented Jan 5, 2021

Consider: task 1 defines parameter A and produces parameter B, and task 2 requires parameter A and parameter B. If a sequence is defined on task 1, parameters A and B will be seen as distinct sequences in task 2, thus generating more task 2 elements than required.

@aplowman aplowman added the bug Something isn't working label Jan 5, 2021
@aplowman
Copy link
Contributor Author

aplowman commented Jan 5, 2021

The workaround is to specify parameter A manually in task 2 as well as in task 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant