Unable to run webGUI wrokflows

Hi,
When I start to execute the WebGUI workflow / process it shows as an error: “Process refused to die after 10 seconds, and couldn’t taskkill it: Unable to find executable for: taskkill”.

Hi Rukmini,

Taskkill is a standard Windows utility. The Selenium cannot find it means that the environment variable PATH does not include the directory that contains standard system utilities. This utility present in C:\Windows\system32 for modern Windows versions.

Add this directory to the PATH variable (follow this instruction to modify the PATH variable: How to Set the Path and Environment Variables in Windows) and restart the process-studio and check.