In NIM 6.2 with a customized Core IGA configuration, we send a notification email to the 'Manager’ of a newly created identity using a NotificationAspect. Is it possible for the cshtml Razor file to retrieve information about the Performer of the workflow activity ?
More generally, we can see that the properties of the EntityType specified by the ExpressionBinding are available through the @Model directive within the Razor file. Is there any documentation about other functionalities that are available, such as how @Html.MessageBody appears to retrieve the custom message typed at the workflow execution screen?