Purging or Cleanup Guidelines

Order Management System

Order Management System is provided with a purge functionality that can be used to clean up data about orders, which are in a complete state. Purging of orders in incomplete state are not supported.

Orchestrator

This component can be configured to self-clean when an order reaches an end-state. Use this feature to avoid having to clean up Orchestrator. Order Management System must be seen as the record for orders and plans, and the backing stores for Orchestrator must just be for dealing with data about orders that are in-flight.

To configure self clean-up, set enablePurgeCompleteOrder as true in $OM_HOME/roles/configurator/standalone/config/ConfigValues_ArchivalService.xml file. Archival takes care of data clean-up after it completes the processing of FTL notifications.

Note: If enableFTLNotifications flag is true and you set enablePurgeCompleteOrder as true, it breaks the archival functionality.