Debugging the NBAStrategyFramework component
If you see that strategy results are getting dropped from the NBAStrategyFramework component in the trigger strategy, the next step is to debug the NBAStrategyFramework strategy to find the high level component where the results are dropping out.
Pega Customer Decision Hub
Testing the NBAStrategyFramework and
lower strategies requires that you add an external input strategy, which will provide the
actions to test against.
- In the Pega Customer Decision Hub portal, click .
- Open the NBAStrategyFramework strategy.
- Open the Test Run panel by clicking the slider button on the right side of the strategy canvas.
- In the Settings section, select Data transform, and then select a persona transform.
- Click the Open icon.
- On the Definition tab of the data transform, specify the
characteristics of the persona.The persona characteristics are defined as properties of the customer, their journey, and other related data.
- Save the data transform and switch back to the NBAStrategyFramework strategy.
- In the For external inputs use strategy field, enter ExternalInputTester, and then click the Open icon.
- Select your primary decision context, for example, Customer.
- Make sure that the No development branch option is selected.
- Click Create and open.
- In the customer context section on the strategy canvas, add a Proposition Import shape, and select the issue, group, and action that you want to test.
- Save and check in the ExternalInputTester strategy.
- Switch back to the NBAStrategyFramework strategy.
- Click Run, and then select the Result component to view the strategy results.
Previous topic Debugging trigger strategies Next topic Debugging the lower strategies