We currently use a fixed “C:\TEMP “ to generate reports in a process flow (which is an input parameter for the process), this is using a (windows (gui)) client directory. (and is apparently a workaround for issues we had with the reportconnector according to TCP issue 71858 and it wants to use a temporary directory on the client)
When trying to get our application running at our customers we cannot guarantee they have access to C:\TEMP - especially running virtual instances like Citrix. What we do know is that they have access to the clients environment/system variable ‘%temp%’.
We’d like to get the value of the variable ‘%temp%’ from the client to provide this as the input parameter for the process flow but we do not know how we can get the value of the clients variable.