Hi all,
Is there a way to gather statistics from all processes running on my desktop through BP?
So values such as PID, Process Name, Window Title etc. The ones you can usually gather manually from Task manager.
Thank you!
You can do an SQL query using SQL Server VBO provided by Bleuprism. First establish the connection and then retrieve data from database as per requirement. You can also download SQL Server management studio and check the data.
You could try a code stage. If you look at the Utility - Environment object you'll see on pages such as Read Process Working Set there are codes stages that loop through processes (exes).