- Removing duplicate information (taskName stored in 3 places)

This commit is contained in:
Ian Roddis
2021-08-31 12:21:34 -03:00
parent 2c00001e0b
commit 7b07380e16
10 changed files with 41 additions and 54 deletions

View File

@@ -8,12 +8,6 @@ Tasks
- Core Functionality
- Allow `{{,!DATES}}` style interpolation, where values from `{{DATES}}` are preserved as a single, comma
separated list
- Allow for tasks to define next tasks
- Refactor [de]serialization so that a task can be parsed by itself
- Add notation of parameterValues
- Tasks are now refered by two names:
- baseName is the original name in the spec
- name is the individual tasks
- Add execution gates
- Executors
- [ ] Slurm Executor