Running interactions
Version:
Use the Call instruction with the pxExecuteInteraction activity to run interaction rules.
-
Create an instance of the Activity rule in the Dev Studio navigation panel by clicking
. -
In the activity steps, enter the Call pxExecuteInteraction method.
-
Click the arrow to the left of the Method field to expand the method and specify its parameters:
-
Name of the interaction rule
-
Include predictor data - Enter true to include adaptive modeling predictor information or false to exclude it.
-
Adaptive modeling predictor information:
Parameter Interaction mode Predictor Data - Targets the property that will store serialized predictor information. Issue decision (write results to clipboard) Serialized Predictor Data - Targets the property that contains serialized predictor information. Typically, this property is used in the issue decision mode. Capture results (write results to Interaction History)
-
-
Click Save.
You can test your changes by using the Utility shape to call your activity from a flow.
- Calling an activity or an automation from a flow
You can use the Utility shape to call an activity or an automation from a flow. By using an activity or automation, you can use fewer shapes in your flow and perform processing that does not require human input.
- Calling another activity
- Keystores
A keystore is a file that contains keys and certificates that you use for encryption, authentication, and serving content over HTTPS. In Pega Platform, you create a keystore data instance that points to a keystore file.
- Decision Management methods