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

split/merge functions #2

Open
serianox opened this issue Oct 3, 2017 · 1 comment
Open

split/merge functions #2

serianox opened this issue Oct 3, 2017 · 1 comment
Assignees
Labels

Comments

@serianox
Copy link
Owner

serianox commented Oct 3, 2017

It should be possible task to generate several outputs. Dependencies should be able to be run on parallel on those outputs or merge them.

@serianox serianox self-assigned this Mar 11, 2018
@serianox
Copy link
Owner Author

task1: task2
task2[a, b, c]:
    cmd = echo (step)

could be equivalent to

task1: task2a task2b task2c
task2a:
    cmd = echo a
task2b:
    cmd = echo b
task2c:
    cmd = echo c

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

No branches or pull requests

1 participant