2 Archival Job Execution Flow

This topic provide information about the Archival Job Execution Flow.

Each of the job checks for the retention periods in the following order in single execution cycle.

DELETE_RETENTION_PERIOD

Checks for records that have reached DELETE_RETENTION_PERIOD for the Task Flow. All matching records are deleted permanently from Purge schema tables.

PURGE_RETENTION_PERIOD

Checks for records that have reached PURGE_RETENTION_PERIOD for the Task Flow. All matching records are moved from archival schema tables to purge schema tables.

ARCHIVAL_RETENTION_PERIOD

The system transfers records that have met the ARCHIVAL_RETENTION_PERIOD for the Task Flow from the domain schema tables to the archival schema tables.

Table 2-1 Execution Order

Retention Type Data Movement
DELETE_RETENTION_PERIOD Delete from Purge Schema Tables
PURGE_RETENTION_PERIOD Move from Archival Schema Tables to Purge Schema Tables
ARCHIVAL_RETENTION_PERIOD Move from Domain Schema Tables to Archival Schema Tables

You can modify these default retention periods.