Purge Quote Clones batch processing

Quote cloning creates copies of policy period quotes, known as quote clones. The Purge Quote Clones work queue deletes quote clones that are marked as processed from the PolicyCenter database.

By default, Guidewire comments out the entry for this work queue in file scheduler-config.xml in the base configuration. To schedule this work queue, remove the comment marks from around its entry in scheduler-config.xml.

To find candidate cloned quotes for purging, Purge Quote Clones batch processing uses a query to select policy periods where the following are true:

  • TemporaryClone property is true
  • TemporaryCloneStatus property is Purgeable

You can modify the query that Purge Quote Clones batch processing uses to select candidates for purging. Modify the query in the addToPurgeClonePeriodsQuery method of the PolicyPeriodQuoteClonePlugin plugin.

See also