Skip to main content


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

This content has been archived and is no longer being updated.

Links may not function; however, this content may be relevant to outdated versions of the product.

Maximize rule reuse through modularity

Updated on March 28, 2008

 This presentation is part of the Reusability and Specialization e-Learning Course.

Transcript

For a rule to be reusable, all the steps of that rule must apply to a given situation.  Breaking up a single rule into small rules can improve reusability by allowing smaller pieces of functionality to be used separately. 

Think of each rule, especially activities, as their own mini-service that performs a logical group or function with expected inputs and outputs – and remember to document those expectations.

A developer has a requirement to build an activity that opens up all work objects with status “Pending Check, and for each of those objects in the list:

  1. Applies interest calculation and updates the object
  2. Formats a message and attaches it to the object
  3. Updates an external database with information about the process that just occurred
  4. Saves the object

If you create a single activity to do all the above, when another process that needs to do basically the same thing with perhaps a small change to the way the message is formatted, the developer would need to do a “Save As” and make a minor change to the rule.  Repeating the same steps in multiple places, for example in two separate activities, should be avoided as much as possible, since it greatly increases the cost of maintenance.

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