This applies to all Clarity tables with sequencing on IDs, such as BPM_RUN_PROCESSES, CMN_AUDITS, CMN_SCH_JOBS, CMN_SCH_JOB_RUNS and many others
Example use cases:
- You are trying to use CMN_SCH_JOBS.ID field to filter on sequential/chronological jobs in your custom code.
It does not return the jobs in the time order they are run, You see gaps in IDs, you see the last running jobs using older IDs
- You have a custom interface written on the max logic using IDs in CMN_AUDITS. You are seeing unexpected ID sequencing. The latest created record doesn't have the maximum ID. For example, the record created at 2023-03-02 23:58:37.067 timestamp has 16715517, however the record created at 2023-03-02 23:59:10.42 which is the latest one has 16715502.