<< Click to Display Table of Contents >> Obtaining Persona information through rules |
Overview
For sophisticated scenarios in which you want to handle and map additional information of the currently logged user, into the processes or overall data model, you may rely on new methods provided by the Bizagi rules API.
These new methods integrate the currently logged user with its Persona information.
Considerations and further detail
Consider that one user can belong to one or more Personas at the same time, or none at all.
Therefore, and through the methods provided by Bizagi rules API, you will be able to create expressions that for instance allow you to:
•Obtain the information related to his/her Persona configuration (a reference to the Persona instance), by parting from the user's Id and while specifying the type of Persona you want to fetch information from.
•Obtain all the Personas which are mapped to the current user.
•Obtain all the users (an array list) who are mapped/belong to a given Persona.
Recall that you will be able to test such rules and verify information once you have created your Personas and users in the Work portal.
For detailed information and examples on these new methods, refer to Obtain Persona information through rule.
Last Updated 6/9/2023 3:27:29 AM