...
The process is as follows:
- Add the submission type.
- Add a new page for the input path field.
- Add parameters.
- Override defaults for fields in the Qube Basics page.
- Set the command template.
...
Check the documentation for add_submission_type()
for information on the command's arguments.
2. Add a new page
...
Use pages to group related fields together. We add pages by calling add_page()
with a single argument, the page's name.
...