An intro on how to use our Calculation engine and its background job system
SUGGESTED_RENOVATION_TRAJECTORY_CALCULATION
can be created using this specific endpoint. The endpoints and their references will clearly define all of the input parameters that need to be provided when using them.
After a Calculation Job has been made, it will usually start running within a few moments. This depends however on the current load of the system, the resources available and the specific configuration for the Calculation Job type at hand. When this happens, the calculation_job_status
field will transition from NOT_STARTED
to RUNNING
.
When the Calculation Job has finished its run, it can either be in a FAILED
or FINISHED
state. If everything went well, FINISHED
will therefore indicate the job has ended and, in case of relevance, results can be found in the metadata
property of the Calculation Job.