What is the rule resolution Algorithm and can you tell me how it works or search?
Answer / Omkar Shukla
The rule resolution algorithm in Pega determines the order of rule execution based on priority, applicability, and inheritance relationships between rules. The basic steps are: (1) Finding applicable rules, (2) Sorting rules by their priorities, (3) Executing the highest-priority rule that can be executed without violating rule dependencies, (4) If multiple rules can be executed simultaneously without violating dependencies, choosing a rule based on inheritance relationships, and (5) Repeat steps 3 and 4 for any remaining applicable rules. For more detailed information, you can refer to the Pega documentation.
| Is This Answer Correct ? | 0 Yes | 0 No |
List different functions used to call an activity from java script.
How to write a java code in an activity? Explain with a small example.
Define about obj-browse method?
How much does Pega’s robotic automation cost?
Define what is the difference between page-validate and property-validate methods?
what do you mean by calculate and edit declaratively not procedurally
Explain about the page-set-messages method?
What is wsdl file?
What is the property?
Is pega a rpa tool?
List out the Types of Activities?
What the class of getContent Activity?