RPA Recorder
If you have installed the WorkFusion Studio only (without RPA Package), RPA Recorder will not be able to execute scripts and perform other actions.
To make RPA Recorder work in Intelligent Automation Cloud WorkFusion Studio, install RPA package and configure Server Profile.
- OCR action will not work without RPA package installation
- Control Tower version should be 9.0 or higher
Run recordings in WorkFusion Studio
- Download the RPA installer and install it.
- Update files inside the RPA/rpa-grid folder.
| File name | Before | After |
|---|---|---|
| node0.json | "port":5000 | "port":15410 |
| node0.json | "hubPort":4444 | "hubPort":15444 |
| hub.json | "port": 4444 | "port": 15444 |
| start-hub.bat | %_javaPath%\bin\java -Dfile.encoding=UTF-8 %_logConfig% -cp %_javaPath%\lib\tools.jar;*;dependency\* com.workfusion.grid.CustomGridLauncher %_role% %_config% | %_javaPath%\bin\java -Drpa.root.folder="C:/RPAExpress/RPA/" -Dfile.encoding=UTF-8 %_logConfig% -cp %_javaPath%\lib\tools.jar;*;dependency\* com.workfusion.grid.CustomGridLauncher %_role% %_config% |
| start-node.bat | %_javaPath%\bin\java -Dfile.encoding=UTF-8 %_logConfig% -cp %_javaPath%\lib\tools.jar;*;dependency\* com.workfusion.grid.CustomGridLauncher %_role% %_config% | %_javaPath%\bin\java -Drpa.root.folder="C:/RPAExpress/RPA/" -Dwebdriver.firefox.bin="C:/RPAExpress/Applications/FirefoxPortable/FirefoxPortable.exe" -Dwebdriver.chrome.binary="C:/RPAExpress/Applications/ChromiumPortable/ChromiumPortable.exe" -Dfile.encoding=UTF-8 %_logConfig% -cp %_javaPath%\lib\tools.jar;*;dependency\* com.workfusion.grid.CustomGridLauncher %_role% %_config% |
Publish recordings to Control Tower
Open WorkFusion Studio and make the following changes.
Go to Window > Preferences > WorkFusion Studio > Server Profiles.
Enter the Control Tower parameters:
- URL in the following format: http://{instamce_url}:{port}/workfusion, for example, https://copernicus.workfusion.com:443/workfusion
default port numbers
- for HTTP = 8080
- for HTTPS = 443
- Username and Password of your existing user in Control Tower