Skip to main content

What is Application, Production , Branch and Personal Rule Set?


·       The rule sets which we regularly user for creating our rules are application rule sets.
·       Production Rule Set :- refer the link 

·       Branch Rule Set:- It is a share rule set. This allows multiple developers to perform parallel updates on the rules. After that we can merge the branch rule sets into the original rule set with all changes. 
Branch Rule Set can be added in the application rule Form.
·       Personal Rule Set :-  This is virtual rule set created with the Operator ID name.
When an Operator check  out a rule PRPC copies the rule from Original Rule Set to Personal Rule Set allowing the operator to make changes. After the changes are done/check in the personal rule set copy will be lost and latest changes will be saved into original rule set.

·       All the Checkout rules will be available in Personal Rule Set.
The Priority when accessing the rule goes to Personal Rule Set.

Comments

Popular posts from this blog

Difference between Spinoff, Split join and Split for each

Split Join -   Use the Split-Join shape to require that multiple subflows of your flow be completed before the current flow continues execution. This allows subflows to execute asynchronously, in parallel. For an example, see the standard flow Work-.ParallelWork. Split For Each -  The Split-ForEach task provides a form of searching or enumeration over the pages in a property. Use a Split-ForEach shape to iterate over the pages of a Page List or Page Group property. For each page, you can conditionally start a flow execution for the work object. Spinoff-  When a work object advancing through a flow reaches the Spin-off shape, Process Commander starts execution of a different flow, using the current or a different work object. Processing in the current flow rule continues in parallel, without waiting for the other flow to complete.

What is a Workbasket, Work pool and Workgroup

Work Basket is an instance of   Assign-Workbasket. It is Queue of All the work Items those can       be accessed by Multiple Operators who are connected to the basket via their Work Group. Work Group Acts an Interface between Operator and Work Basket. Work Group and Work Basket can be connected to each other. Work pool :-   Class Group when added in the access group (Under Advanced Tab) it is said to be work pool. It Identifies which case types should be loaded for an operator to create work.

Difference between Backward chaining and forward chaining

·         Forward Chaining: It provides the automatic calculations of the property value by executing the declarative rule, when any one of the input property value is changed. EX: If the Area property depends on the Length and Width property, then forward chaining causes the Area property recomputed each time either Length/Width value changes. ·         Backward Chaining: It provides the automatic calculations of a property value by executing the declarative rule, when a value is needed for property rather than whenever inputs change.    EX: If the Area property depends on the Length and Width property, then backward chaining causes the Area property recomputed each time the Area property is required.