Hello Tony,
The RMP documentation has the following page on the output variables in a process step:
Basically, it says that Secured variable is not visible in the Computed Parameters tab of the process instance:
Secured
A secured variable is a variable that won't be visible in Launched process Parameters tab : it is not sent by RunMyProcess server.
A simple yet powerful scripting and templating language is used to define mappings, based on FreeMarker. For example, mappings may include mathematical operators, string manipulation, logical operators and choices, manipulation of a list of values, etc.The "Raw Value", on the other hand, means that RMP would remove the whitespace added during certain calculations before or after the value of the variable
For example, if you need to include a secured variable in the output of a process step the value would be ****
1.
2. You can also use measure and assign the value with ${<var_name>} notation:
3. This is analogous to P_logs and any other sensitive information that should exist but not be revealed in the process.
The output is hidden in the CAPI itself,
but not in the RMP Logs Report. Be aware of which users have permissions to the RPM Logs application.
Best regards,
RunMyProcess Support