Approvals using PublicData_ form variables auto-approve by System in RSA Identity Governance & Lifecycle
Originally Published: 2021-02-04
Article Number
Applies To
RSA Product/Service Type: Appliance
RSA Version/Condition: 7.2.x
Issue
Cause
Resolution
The following query may be useful for finding the workflows and nodes that need to be changed:
select p.name as Workflow, pn.name as Node, ud.var_name, ud.var_cvalue from avuser.wp_user_data ud inner join avuser.wp_proc p on p.proc_id = ud.proc_id inner join avuser.wp_proc_node pn on pn.proc_id = p.proc_id and ud.data_id = pn.proc_node_id where upper(ud.var_cvalue) like '%PUBLICDATA_%' and ud.var_name='acm.resource.include';
Related Articles
RSA Governance & Lifecycle Recipes: Chart - Review Results - Reviewer Coverage 29Number of Views What is the purpose of the Java node 'Calculate Items To Work On' in the Access Fulfilment Express (AFX) Default Fulfillme… 63Number of Views RSA Governance & Lifecycle Recipes: Chart - Review Results - Reviewer Entitlement Types 12Number of Views RSA Governance & Lifecycle Recipes: How to quickly improve email appearance 29Number of Views RSA Via Lifecycle and Governance 7.0 Global Roles do not show under matching entitlements when entitlement rule is set to … 21Number of Views
Don't see what you're looking for?