Identity Manager 14.5
Large volumes of completed or cancelled Workpoint jobs can lead to database bloat and performance degradation in the workflow engine.
Perform the following steps to safely purge legacy job data.
UPDATE WP_PROCI SET LU_ID = 'Delete Job', ROW_VERSION = ROW_VERSION + 1, LU_DATE = getdate() WHERE INITIATION_DATE > {ts '2010-01-01 00:00:00'} AND INITIATION_DATE < {ts '2010-03-31 23:59:59'} AND (PROC_STATE_ID = 4 OR PROC_STATE_ID = 5)spWP_DELETE_JOBS. This marks all jobs identified in Step 3 for permanent removal.Note: The WHERE clause in Step 3 can be adjusted to filter by specific date ranges or other attributes depending on your business requirements.
To speak with a customer representative or a Support Engineer see . Scroll to the bottom of the page and click on your respective region.