-
Notifications
You must be signed in to change notification settings - Fork 12
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
Sprint/workflow_manager #1041
base: release
Are you sure you want to change the base?
Sprint/workflow_manager #1041
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job so far @nwieters! I'm half way through the review, I'll continue tomorrow. It's way more clear, however, I don't yet understand the whole architecture of the new code, but so far it makes sense to me. Maybe we need to consider changing some of the methods below to be moved into the Workflow class, but that's a discussion for later.
Co-authored-by: Miguel <[email protected]>
Co-authored-by: Miguel <[email protected]>
Co-authored-by: Miguel <[email protected]>
I hope that these were the last conceptual changes to the code. I will now start to do a cleanup and do some code optimizations. To run only the tests for examples, run |
…after/run_before.
…entation Sprint/workflow manager documentation
Refactoring workflow manager
Can be tested by calling
esm_runscripts <runscript.yaml> -i workflow
Examples:
https://esm-tools.readthedocs.io/en/sprint-workflow_manager_documentation/workflow.html#examples-for-the-definition-of-new-workflow-phases
Closes #1047