Predictive models monitoring
Valid from Pega Version 8.2
In Prediction Studio, you can now monitor the predictive performance of your models to validate that they make accurate predictions. Based on that information, you can re-create or adjust the models to provide better business results, such as higher accept rates or decreased customer churn.
For more information, see Monitoring predictive models.
Kafka custom serializer
Valid from Pega Version 8.2
In Kafka data sets, you can now create and receive messages in your custom formats, as well as in the default JSON format. To use custom logic and formats for serializing and deserializing ClipboardPage objects, create and implement a Java class. When you create a Kafka data set, you can choose to apply JSON or your custom format that uses a PegaSerde implementation.
For more information, see Creating a Kafka data set and Kafka custom serializer/deserialized implementation.
Additional configuration options for File data sets
Valid from Pega Version 8.2
You can now create File data sets for more advanced scenarios by adding custom Java classes for data encryption and decryption, and by defining a file set in a manifest file.
Additionally, you can improve data management by viewing detailed information in the dedicated meta file for every file that is saved, or by automatically extending the filenames with the creation date and time.
For more information, see Creating a File data set for files on repositories and Requirements for custom stream processing in File data sets.
Production data sampling and migration for decision strategy simulations
Valid from Pega Version 8.3
Pega Platform™ now supports the sampling and migration of data from the production environment to the simulation environment. The data that is migrated for simulations includes customer details, Adaptive Decision Management information, and interaction history. By running a simulation on that sample data in Pega Marketing™ or Pega Customer Decision Hub™, you can verify how the changes to your decision logic impact the results. You can use that information to optimize and adjust your decision algorithms and processes.
For more information, see Deploying sample production data to a simulation environment for testing.
Default node types replace untyped nodes
For better performance, Pega Platform™ now replaces untyped nodes with default node types.
If you set a node as untyped, the system defines this node with all of the following node types:
- WebUser
- BackgroundProcessing
- Search
- Stream
Use node classification and defined node types to manage resources, such as job schedulers or queue processors, without configuring multiple JVM arguments or experiencing unexpected system behavior.
For more information, see Node types, Node classification.
Integrate text analytics with decision strategies through the Interaction API
Valid from Pega Version 8.3
The Interaction API provides more context for making next-best-action decisions by integrating text analytics with decision management components such as strategies, propositions, and interaction history. By including natural language processing in your decisioning solution through the Interaction API, you ensure that the next-best-action decisions that you make are more informed and accurate.
For more information, see Customizable Interaction API for text analytics.
Simplified testing of event strategies
Valid from Pega Version 8.2
Evaluate event strategies by creating test runs. During each run, you can enter a number of sample events with simulated property values, such as the event time, the event key, and so on. By testing a strategy against sample data, you can understand the strategy configuration better and troubleshoot potential issues.
For more information, see Evaluate event strategies through test runs.
Data flow life cycle monitoring
Valid from Pega Version 8.2
You can now generate a report from the Run details section of a Data Flow rule that provides information about run events. The report includes reasons for specific events which you can analyze to troubleshoot and debug issues more quickly. You can export the report and share it with others, such as Global Customer Support.
For more information about accessing event details, see Creating a real-time run for data flows and Creating a batch run for data flows.
Data flow runs retry connections that fail
Valid from Pega Version 8.2
Real-time and batch data flow runs now retry dataset connections that fail when the related service is temporarily unavailable, for example, when a connection to a Cassandra database times out. With the automatic retries, you no longer need to run data-heavy and CPU-intensive jobs multiple times and the maintenance of data flow runs diminishes significantly.
For more information about accessing event details, see Creating a real-time run for data flows and Creating a batch run for data flows.
Optimized performance of decision strategies
Valid from Pega Version 8.2
Strategies that are part of data flows are now automatically optimized to achieve the best performance. You can also choose the properties that a strategy outputs to further increase the efficiency without additional strain on your hardware.
For more information, see Adding strategies to dataflows.