BOT scheduling using programming language
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-02-20 05:07 AM
Is there any other way to schedule or run bot external program using CMD.
------------------------------
srihari j
Application Development Analyst
Accenture
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-02-20 05:33 AM
One of the easiest way to do it is:
1- All BP processes can be run via the cmd line. Check for command line reference in the help section of BP software itself.
2- You can write the cmd line for running the process you want in batch file and trigger that batch file from external scheduler as per your wish.
------------------------------
Vivek Goel
"If you like this post, please press the "Recommend" Button.
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-02-20 05:52 AM
Yes you can trigger the process externally and you can do many more operations without logging into blueprism.
Start C:\"Program Files"\"Blue Prism Limited"\"Blue Prism Automate"\AutomateC /run "test" /user ABCD Password123 bp
Copy paste the above line in a note pad edit test => your process name, ABCD => your bp username , Password123 => your bp password
and save as .bat file.
Or
Open cmd prompt
C:\"Program Files"\"Blue Prism Limited"\"Blue Prism Automate"\AutomateC /run "test" /user ABCD Password123 bp
--------------------------------------------------------------------------------------
You can find more information in > open blue prism application > open up a process in process studio > Help > show help topic / press F1 > Command Line .
Thanks,
------------------------------
Gerald J
Automation Engineer
10xds
Kerala/Kochi
+91-9159842805
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-11-20 02:58 PM
I tried to use the command line to schedule my process but the only way I had to working with this command line was logging into the blue prism. If I closed the aplication, this command didn't work properly, but if I run BP and I use this command line, It works.
I post this message
The first comand line, as you can see, it didn't work. The second try, it worked properly. At the first time, BP was closed, the second time, BP was running.
Thank you so much
------------------------------
Alberto Gómez
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-11-20 03:34 PM
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-20 10:25 AM
------------------------------
Alberto Gómez
------------------------------
