How to get user-agent info?

How do I get information about user agent that has initiated my process?

Hi @sunnyorange,

Are you thinking about the browsers user agent? There are many ways a process can be started, not all of them provide a user agent. Therefore, we do not add this information to the process.
I assume you start the process using a web interface/Tasklist. In the start process form, you can add a hidden input field which will set a process variable (e.g. using embedded forms). To get the User Agent use navigator.userAgent in the browser.

Hope this helps
Martin