Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
-
None
Description
Current Situation
When using the JITL job com.sos.jitl.checkhistory.JobSchedulerCheckHistoryJSAdapterClass a pre processing monitor is neccessary to apply a valid access token.
<monitor name="apiAccessToken" ordering="0"> <script language="java" java_class_path="" java_class="com.sos.jitl.restclient.CreateApiAccessToken"/> </monitor>
Desired Behavior
The JITL Job com.sos.jitl.checkhistory.JobSchedulerCheckHistoryJSAdapterClass should work without assigning the pre processing monitor com.sos.jitl.restclient.CreateApiAccessToken. This already is implemented in the job JobSchedulerStartLatecomersJSAdapterClass and should also be done for the check history job.