Planning tasks
The primary place for creating tasks is during the Model Run initialization workflow, however additional tasks can be added to an existing Model Run with the following workflow.
To add tasks to existing model run,
# Step 1
$ pipes task template -t task-planning -task-type QAQC -o my-task-planning.toml
# Step 2
Edit and provide information to my-task-planning.toml TOML template in text editor
# Step 3
$ pipes task plan -f my-task-planning.toml -p test1 -r 1 -m dsgrid -x model-run-1
The task created during this workflow will be appended to the Model Run that is specified in Step 3. This task will now be used for calculating the progress of the Model Run and Project Run.
Schemas
For up to date information on what fields are required for each task type, please see this page.