3 revisions
- Add a new task-type cli command group and move the task_type listing in there
- Make SchedulerBackend.create_task_type work with only a subset of keys
Not all keys are mandatory, so do not expect all the possible keys for the task_type table to be given when calling create_task_type().
Note: no validation is made whether the given set of keys fullfill the table constraints.
- Add the 'task-type add' cli command