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

selective rocotorun #19

Closed
samtrahan opened this issue Jul 25, 2018 · 1 comment
Closed

selective rocotorun #19

samtrahan opened this issue Jul 25, 2018 · 1 comment

Comments

@samtrahan
Copy link
Contributor

In order to support issue #18, we need the ability to tell rocotorun to run only part of the workflow. Specifically, it should have the same arguments as discussed in #17: the -t, -m, -c, and -a arguments as are used in rocotoboot, rocotocomplete, and rocotorewind. The internal implementation of this is actually quite straightforward; it just requires rearranging the task and cycle selection code, and adding a method in the WorkflowEngine to check whether a cycle and task are selected. Before the various WorkflowEngine methods submit tasks or start cycles, they check if the task and cycle are selected. Half of that work has already been done to support issue #17.

Work on this feature will begin today.

@samtrahan
Copy link
Contributor Author

Duplicate of #17

@samtrahan samtrahan marked this as a duplicate of #17 Jul 26, 2018
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

1 participant