Console New Create Run ViewConsole

New create run view

Better file uploads, option setting, Operator views, and more

The create run view has been reorganized into a tabbed view interface to better reflect the flow for creating a run and make space for new features in the future.

Screenshot showing a typical default view of the new create run interface. It shows an empty file upload UI area with the Latest instance selected with several rows of available options to set for the row below the instance selection box.

The initial view provides an uploader for the run input and an interface for selecting an instance (note that if your role is Operator then the UI for selecting an Instance is moved to the advanced settings menu). Depending on the format type for the app, the uploaded file(s) will be represented with either a file icon or shown in the multi-file viewer.

Screenshot showing the same create run view with a single uploaded file shown in the file upload area.How files appear apps that use JSON format.

Screenshot showing the same create run view with multiple files that have been uploaded displayed in a multi-file viewer with the list of files on the left and the contents of the active file on the right.How files appear for apps that use multi-file format.

Updating the instance will refresh the available options for the run in the space below. Note that the Latest instance will be selected by default if no default instance is set for the app.

If the format type is JSON, the contents of the uploaded file — if they are below the render threshold of 10 MB — will be loaded into the JSON editor in the edit input view. You can click on the Edit Input tab to view the contents of the uploaded file. If you would like to edit the contents, and use this edited input for the run rather than the uploaded file, you can toggle the “Use edited input for run” option. (You can toggle this back off as well, and the run will use the original uploaded file for input.)

Screenshot showing the edit input tab view of the create new run view. The JSON input is shown in an editor on the left, but grayed out and inactive. The visualization of the input is shown on the right (points on a map).JSON run with use input editor for run toggled off.

The same screenshot as above, but in this case the JSON in the editor is syntax-highlighted and active because the toggle option for use editor for run has been turned on.JSON run with use input editor for run toggled on.

The Details tab allows you to name your run and add a description if you would like. Both of these fields are optional.

Screenshot of the details tab view of the create run view with an optional text input for a run name and optional textarea for run description.

In the upper right, an advanced menu collects the rest of the run settings into a single dropdown. This menu contains the UI for adjusting the run queue settings, selecting a specific execution class for the run, and assigning a secrect collection to the run. Note that any run-level setting will override an instance-level setting (this is reflected in the UI as well).

Screenshot of the create run view with the advanced settings menu in the upper right activated showing the available run settings.

The same screenshot as above, with the settings for run queuing activated and adjusted for the run. The corresponding setting in the main run details view associated with the selected instance has been grayed out with a note indicating that the run setting will be used instead.

The advanced menu is also where you select the run type. Standard is the default setting; if you select Ensemble then the UI in the main view will be adjusted to show the options for creating an ensemble run (the instance selector is replaced with a dropdown select menu for ensemble definitions).

Screenshot of the create run view with the advanced settings menu activated with the Ensemble switch activated; the configure view in the create run view has been updated to show a selector for ensemble definitions rather than instances with a default ensemble definition selected and its summary details shown below.

Page last updated