Reference
Job

Tool Job

Jobs contain the configuration for the code you want to run in scenarios. See more about running jobs.

Tool job settings

Add Job

To add a job to a tool, go to the tool and click the + Add Job button. You can add as many jobs as you need.

ℹ️

If you add a component of the type FMU a job is automatically added to your tool.

⚠️

Remember to save changes to the tool by clicking Save tool changes at the bottom of the window.

Job Name

The visible name of the job.

Main Simulation Job

Here you can toggle if this job is a main job. Main jobs have 2 features that non-main jobs don't. First you can configure standard run settings on main jobs and second main jobs automatically trigger non main jobs to run when finished.

With main jobs you can set the stahdard run settings for the job. This means that you can choose start and end dates and set duration etc. See below.

Main jobs trigger non-main jobs when the job run has finishes. This enebles you to create non-main jobs that automatically run after the main job. This is useful for jobs that depend on the main job, for instance report jobs and other jobs that take the main job as input.

Standard run settings

Job code can work with timeseries data. To enable this you can set the start and end dates and the total duration. These settings can be changed later when running the job on the Scenario page.

If you just want to set a time duration you can click the duration button in the middle and choose how many hours, days, months and/or years you want the job to run for.

You can enable continuous mode by clicking the time arrow checkbox on the far right. This removes the end date for the job and the job will only stop when it stops by itself or when manually stopped.

Manual - Repository

Under the Repository tab you can choose your Dockerfile if you are working with repositories. See more under Repositories.

Under Manual tab you can set a Deployment Name and Path for the job. This image path will be used by the job when running the job code. See more about working with containers.

The image path will be overwritten if you push new code to the job using numerous CLI.

Parameters

You can add job parameters here. For more information see here: Parameters

Edit Job

To edit the job go to the tool and click on the job to open it.

⚠️

Remember that changes to systems must be manually updated on the scenario pages that references the tool to take effect.

Delete job

To delete the job go to the tool and click the ... and select Delete.