ActivityCleanUp URL

This is a scheduler command used for cleaning up the activities data that are stored in the CTXMGMT and CTXDATA tables.

It is used to expire activities that have been started for a given period of time specified by the parameter, maxIdleMinutes. It is also used to remove activities that have been started for a given period of time specified by the parameter, maxRetainMinutes.


URL structure


Parameter values

Valid parameter values:


Example 1

The following example expires activities that are initiated by users of type 'G' or 'R' 1 day prior to when the scheduler job is run. It also removes activities with status 'T' that are initiated by users of type 'G' or 'R' 2 days prior.


Example 2

The following example removes activities that are initiated by users of type 'G', 'R', 'A' or 'S' 1 day prior to when the scheduler job is run.


Behavior


Related tasks
Scheduling a broadcast job
Deleting a scheduled job
Editing the configuration for a scheduled job
Maintaining the scheduler
Scheduling a site-level job
Removing job status records from the SCHSTATUS table