Purpose
Strategy rules define the decision that is delivered to an application. The decision is personalized and managed by the strategy to reflect the interest, risk, and eligibility of an individual customer in the context of the current business priorities and objectives.
Strategy rules are used in interaction rules, and in other strategy rules through the sub strategy component.
The following methods support the use of adaptive model rules in activities.
- You can obtain the list of propositions that can be returned by the public component of a strategy through the Call Rule-Decision-Strategy.pyGetStrategyPropositions method. This method takes the following parameters:
-
- Name of the strategy rule
- Name of the public component
- Name of the page for the list of propositions
- Applies To class of the strategy
- You can obtain a list of properties that can be return by the public component of a strategy through the Call Rule- Decision-Strategy.pyGetStrategyProperties method. If found, duplicate values are ignored. This method takes the following parameters:
-
- You can obtain the list of segments that can be returned by the public component of a strategy through the Call Rule-Decision-Strategy.pyComputeSegmentLogic method. The segment logic computation goes through the chain of component connections, gathering information about segment components, and logical connections between them. If there is a sub strategy component involved, also segments of the sub strategy are gathered. The results are represented in a tree structure that contains the resulting classes: Embed-AST (base class), Embed-AST-Operator-Boolean (logical operator and operands), Embed-AST-Constant-String (segment rule name). AND-nodes are generated for segment components in a sequence (for example, SegmentA component connects to SegmentB component). OR-nodes are generated for segment components that do not connect to each other, but instead connect to the same component (for example, SegmentA and SegmentB components connect to a strategy set) generated. The activity can be executed in the strategy results page, or you can provide the name of the strategy and Applies To class. This method takes the following parameters:
-
- Name of the strategy rule
- Name of the public component
- Name of the page for the result of computing the segmentation logic
- Applies To class of the strategy
Strategy rules are available through the Decision Strategy Manager. For more information about this rule, see the PDN article About the Decision Strategy Manager.
Access
Use the Strategy landing page tab to access the strategy rules that apply to the work types in your application. Select > Decisioning > Strategies > Strategies to access that landing page.
Use the Rules Explorer to list all the strategy rules available to you.
Category
Strategy rules are part of the Decision category. A strategy rule is an instance of the Rule-Decision-Strategy rule type.
Decision category
Help Home