Returning a list of propositions

Use the Call instruction with the Rule-Decision-Strategy.pyGetStrategyPropositions activity to obtain the list of propositions returned by the strategy.

  1. Create an instance of the Activity rule in the Dev Studio navigation panel by clicking Records > Technical > Activity.
  2. In the activity steps, enter the Call Rule-Decision-Strategy.pyGetStrategyPropositions method.
  3. Click the arrow to the left of the Method field to expand the method and specify its parameters:
    • Name of the strategy component from which you want to get the list of propositions

    • Name of the strategy

    • Name of the page to hold the list of propositions

    • Strategy class

  4. Click Save.