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

Add task sequence task type #93

Open
geoffxy opened this issue Dec 13, 2023 · 0 comments
Open

Add task sequence task type #93

geoffxy opened this issue Dec 13, 2023 · 0 comments
Labels
enhancement New feature or request medium priority Medium priority task

Comments

@geoffxy
Copy link
Owner

geoffxy commented Dec 13, 2023

Sometimes you have a series of tasks that you want to complete in a sequence. You can accomplish this by setting the dependencies correctly, but it would be helpful to have syntax sugar to help with this. Something like:

sequence(
  tasks=[
    ":experiment_1",
    ":clean_up",
    ":experiment_2",
  ],
)

This is similar to #90.

@geoffxy geoffxy added enhancement New feature or request medium priority Medium priority task labels Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium priority Medium priority task
Projects
None yet
Development

No branches or pull requests

1 participant