Participant/ assets dynamic profile setup
Last updated
Last updated
A dynamic client profile is a flexible data model that includes calculated values, parameters, and characteristics of a participant. The system uses this model to assess the possibility or impossibility of a participant progressing through the process.
The flexibility of the profile is ensured by the fact that this data model is based on a key: value structure in the form of a Map interface.
Map - https://docs.oracle.com/javase/8/docs/api/java/util/Map.html
Saving data to the profile is easy. To do this, you need to call just one function, saveValue, in the decision tree and pass the key: value pairs.
key - the name of the parameter
value - the value of the parameter
Example: $\{softHitTask.saveValue(`score', 811)}