Does anyone know what scheduled task is used to flag records with ReadyForDeleteOrExport = 2 so that the HDB picks up the records and sends them to HDB - One Identity Manager 8.1.4

Does anyone know what scheduled task is used to flag records with ReadyForDeleteOrExport = 2 so that the HDB picks up the records and sends them to HDB - One Identity Manager 8.1.4

The History Database stopped receiving records a few weeks ago - The Job runs in the job queue on the HDB but no records are transferred

select ReadyForDeleteOrExport as ccc_DialogProcess, count(*) from DialogProcess
group by ReadyForDeleteOrExport

select ReadyForDeleteOrExport as ccc_JobHistory, count(*) from JobHistory
group by ReadyForDeleteOrExport

select ReadyForDeleteOrExport as ccc_DialogWatchOperation, count(*) from DialogWatchOperation
group by ReadyForDeleteOrExport

select ReadyForDeleteOrExport as ccc_DialogProcessChain, count(*) from DialogProcessChain
group by ReadyForDeleteOrExport

Produces this

ccc_DialogProcess (No column name)
0 158736
2 56

ccc_JobHistory (No column name)
0 45367766
2 28207

ccc_DialogWatchOperation (No column name)
0 2850945
2 4695433

ccc_DialogWatchOperation (No column name)
0 2850945
2 4695433