20-11-19 12:12 AM
Shortcut icons are a simple option to triggering a Blue Prism Digital Worker, whether that resource is sharing a human desktop or on its own remote virtual desktop. Straightforward shortcut icons call AutomateC.exe. Instructions below can be followed for both on-desktop and off-desktop configurations.
Please note that these instructions assume a Digital Worker is already running and available to catch work. In an off-desktop attended configuration, most companies would choose to have Digital Workers always on and available. With an on-desktop attended configuration, the Digital Worker needs to be started manually or through a simple start-up script.
Once a Digital Worker is running, desktop trigger setup begins through similar shortcut usage.
1. Navigate to Blue Prism Installation folder "C:\Program Files\Blue Prism Limited\Blue Prism\Automate\Automate.exe" and create desktop shortcut
If you have configured Single Sign-On, then the “Target” field should for running the “Advanced Notepad Test” process will be as follows:
"C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /run “Advanced Notepad Test” /sso
If SSO is not configured, the “Target” field for triggering a Local Run-Time Resource (on-desktop attended) is as follows:
"C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /run "PROCESS NAME" /resource RESOUCE NAME /user USERNAME PASSWORD /dbconname "SERVER NAME"
Example: "C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /run "Advanced Notepad Test " /user JNoble secretPWD /dbconname "BP Dev"
If SSO is not configured, the “Target” field for triggering a Remote Run-Time Resource (off-desktop attended) is as follows:
"C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /run "PROCESS NAME" /resource RESOUCE NAME /user USERNAME PASSWORD /dbconname "SERVER NAME"
Example: "C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /run "Advanced Notepad Test" /resource ORBITTY /user JNoble secretPWD /dbconname "BP Dev"
The Blue Prism shortcut icon can be changed for a cleaner user experience. Simply right-click the shortcut, chose "Change Icon…" and select a new .ico file. Most graphics can be converted .ico files through free tools such as https://icoconvert.com/.