Workflow variable does not resolve when used in escalation workflow in RSA Identity Governance and Lifecycle
Originally Published: 2016-11-14
Article Number
Applies To
RSA Product/Service Type: Enterprise Software
RSA Version/Condition: 6.9.x, 7.0.x
Issue
Here's an example of the HTML source from a customized escalation workflow "Email Reminder" where the variable WorkItemURL does resolve. Replacing it with jobUserData_WorkItemURL also will resolve:
<p>
<font size="3">Approve or Reject the system access change listed in
the following <i>Security Access Request</i>.<br>Link to Request: <a href="${WorkItemURL}">Security
Access Request ${access_request_name}</a><br>Due Date: ${Node_dueDate}</font>
</p>
In the approval or a default "Email Reminder" workflow, it is referenced with a different name jobUserData_WorkItemURL. If you tried to use the name from the escalation workflow WorkItemURL, the variable would not resolve:
<p style="margin-top:0">
<a href="${jobUserData_WorkItemURL}">View Work</a>
</p>
In the above example in versions prior to 7.0.1, neither variable jobUserData_WorkItemURL nor WorkItemURL are available from the workflow editor selection list.Cause
Resolution
In versions prior to 7.0.1, first try to use the variable selection list and if your variable does not exist on it, carefully copy the variable from an existing workflow. Preferably look in the default workflows for the variable. If the variable you use doesn't resolve, try adding the prefix "jobUserData_" to the variable name.
Tip: Find a workflow from a change request that has been submitted. Select the background then look under the variables in the "Job Properties" box. You can access any of these variables by prefixing them with "jobUserData_". If you wanted to use "ChangeRequestItem.ItemId", you would reference it within a node as "${jobUserData_ChangeRequestItem.ItemId}".
Related Articles
A Request Workflow in the Canceling state does not move to the Cancelled state in RSA Identity Governance & Lifecycle 412Number of Views Review escalation workflows do not trigger if review is set to Hold by an escalation workflow after due date in RSA Identi… 61Number of Views Review escalation workflows sometimes do not trigger in RSA Identity Governance & Lifecycle 93Number of Views Embedding Images into mail template and workflow emails 164Number of Views AFX fulfillment workflow switches to manual fulfillment when using workflow variables in an AFX Connector in RSA Identity … 435Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) How to install the jTDS JDBC driver on WildFly for use with Data Collections in RSA Identity Governance & Lifecycle RSA Authentication Manager 8.8 Setup and Configuration Guide Artifacts to gather in RSA Identity Governance & Lifecycle
Don't see what you're looking for?