About the UI

The UI screen is located at: Home  Configurations  Job runner  Jobs

Job runner in the left menu

The screen lists the jobs in a table that includes the job Name, Description and Version (Job runner automatically runs the latest uploaded version of any job).

Job screen list

The name of the job is clickable to enter the Executions page for that job.

This page includes the following details about the job execution:

  • Execution ID.

  • Status:

    • successfully complete

    • terminated

    • added

    • running

    • queued

  • When the execution was Queued.

  • Start Time.

  • Finish Time.

Job executions page

The page also has buttons to start a job and refresh the page.

Clicking the Start Job button will open a modal that shows a dropdown that lists all available Contexts.

The Input values section automatically renders any necessary UI fields by reading the listed inputs in the functions from the job manifest:

An example manifest is shown in the Example job package section of this documentation.