Jobs
OMD offers the execution of planning algorithms, either at scheduled times or on request. Jobs execute a script, containing a list of steps. Each step defines an algorithm to be executed and contains a list of selectors specific to the algorithm.
Example
<Script>
<Step algorithm="FillTrip">
<Selector name="ResourceSelector">
<Property name="includeInactive" value="false"/>
</Selector>
<Selector name="DateRangeSelector">
<Property name="offset" value="2"/>
<Property name="days" value="12"/>
</Selector>
<Property name="sortOnLatest" value="true"/>
<Property name="maxDistance" value="400000"/>
<Property name="includeDepartureAndArrival" value="false"/>
</Step>
</Script>
During each step, the job will first select the items the algorithm needs to be applied to. In a second step, the algorithm is applied to each selected item.
Jobs are usually defined by your OMD consultant. The documentation below provides a short overview of the script concept.