Hi Neha,
As far as I know, there is no VBO built which can do that for you and also you can't access the list of environment variables from Command Line where you can only create and delete the environment variable.
But I can suggest that if you have the access to the back end database SQL Server, then you can create a custom business object or a process which can use the SQL Server VBO and try to use the following query:
SELECT [name]
FROM [Blue Prism].[dbo].[BPAEnvironmentVar]
WHERE [name] LIKE '%MyProcess_%'
This query will fetch the names from the
BPAEnvironmentVar table which can retrieve all the process names for you. Below is a sample query snippet for your reference.
----------------------------------Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in futureRegards,Devneet MohantyIntelligent Process Automation Consultant | Sr. Consultant - Automation Developer,Wonderbotz India Pvt. Ltd.Blue Prism Community MVP | Blue Prism 7x Certified ProfessionalWebsite: https://devneet.github.io/Email: devneetmohanty07@gmail.com----------------------------------
---------------------------------------------------------------------------------------------------------------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.