In provisioning Approval subprocess i have defined a attrubute and assiging approver name and i want to access that attribute from uiconfig i e in uiIdentityRequestInteractionsColumns.
Basically i want to disaplay the person who approved the request instead of workgroup name in task traking summary page.
i have tried this but not working
<ColumnConfig dataIndex="completer" headerKey="completer" property="completer"/>
suggest me if any alternative solution to get the approval details.
Thanks