Hi
@delacoche silver,
Approach A: Using Blue Prism Command Line OptionsThe easiest approach that you can probably use would be the command line options of Blue Prism where we can perform various actions using CMD utility which you can find on this link:
Blue Prism Command Line OptionsYou can use the below switch and command to trigger any process on your machine where runtime resource is running:
AutomateC.exe /run Process1 /user admin pwd
or if you have Single Sign On enabled then use the below command:
AutomateC.exe /run Process1 /sso
You can write a batch script with the .bat extension and simply use Windows Task Scheduler to run the script at any given frequency you want.
Approach B: Using Blue Prism Web Service Option:Another approach can be to publish your process as a webservice and then you can write a VB script, PowerShell or a python script to invoke that particular API. You can again create a schedule using Windows Task Scheduler to trigger that script.
If you wish to go via second approach, have one of my YouTube video where I integrated a chatbot (Google Dialogflow) with Blue Prism using a python script in between to create a flak server which invokes the API whenever any user requested a response from the Chatbot. In your case, you only need to take in the parts of my video where I am exposing the Blue Prism process as a webservice and only the section of the code in python that shall invoke the API.
So, your code would be a lot simpler excluding the parts in my video where I am actually integrating the chatbot end and creating flask server in entirety. You can find the video here:
Blue Prism Tutorials - Google Dialog Flow Chatbot Integration With Blue Prism------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future
Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website:
https://devneet.github.io/Email: devneetmohanty07@gmail.com
----------------------------------
------------------------------
---------------------------------------------------------------------------------------------------------------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.