Hi,
I have activate steps at the beginning of many pages in my business object. They work fine there. I have a small wait after the start, activate, and the mouse clicks to navigate.
When I try to run my process, the activate steps fail with the following error:
Internal : Failed to perform step 1 in Navigate Stage 'Activate' on page 'Navigate to reports' - Exception during remote setforegroundwindow - System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at BluePrism.ApplicationManager.clsLocalTargetApp.ForceForeground(IntPtr hwnd)
I'm on an Azure VM, the application is Internet Explorer, the item in my application model was spied in Win 32 mode. Screenshot of element I'm trying to activate is attached.