Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

Implementing a custom passivation storage mechanism

Updated on July 8, 2022

Pega Platform provides two passivation storage mechanisms: database and filesystem. To use a custom passivation mechanism, you write a java class and update two prconfig settings.

  1. Write a java class that implements com.pega.pegarules.pub.session.CustomPassivationMechanism.
    Pega Platform uses the class as an input parameter when instanciating the out-of-the-box class CustomPassivationMechanismStorageAdapter.
  2. Compile the class and load it into the database by using the compileAndLoad utility as described in Creating a custom cipher.
  3. Set the initialization/persistrequestor/storage prconfig value to custom.
  4. Set the initialization/persistrequestor/storage/custom/class prconfig value to the fully-qualified name of the class that you wrote in step 1.

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us