Back Forward More about When Condition rules
 

  1. About 
  2. New 
  3. Conditions 
  4. Advanced 
  5. Parameters 
  6. Pages & Classes 
  1. History 
  2. More... 

You can compare the value of one property reference against a literal constant, or against the value of another property reference. If you define more than one comparison, you can combine the results with and, or, and not operations to determine the final true/false outcome.

Conditions in activity steps

Each activity step may reference none or several when condition rules, as preconditions for a method, or transitions between the just-completed method and the next step.

As a precondition, a condition rule determines whether the method in the activity step executes or skipped. Referenced in a transition, a condition determines what activity processing flows after completion of the current activity step.

Standard function

To execute a when condition rule in an expression or in the context of Java code, call the standard function callwhen() in the Pega-RULES Default library.

Java code display

When you save a when condition rule, the system converts your tests and logic to Java source code. As a learning or debugging aid, you can review this Java code.

Click the Show Java toolbar button (Show Java) to see the system-generated Java code that implements the logic of the when condition rule. The window presents a read-only preview of the Java that implements this rule instance. This Java code is not identical to the Java that executes at runtime, which includes Java code inlined from other rule instances and reflects rules in the requestor's RuleSet list.

Definitions precondition, transition

UpAbout When Condition rules