yesterday
I am looking for an option to request a stop for a session using a different process at a specific time.
My requirement is as follows:
I have one process running continuously on 4 resources. However, at a specific time, I need to free 2 of these resources for a different process.
I plan to create a separate automation to perform the StopRequest() operation on 2 of the resources at the scheduled time. This automation will be executed from different machines.
Is there any VBO or documentation available to automate the execution of the StopRequest action?
yesterday - last edited yesterday
Hi, friend @Thavasidinesh ! How are you?
That was a great question.
Well, in our template we already have the StopRequest() and StopAfterTime() options.
StopRequest is used to stop processing after "x" number of items processed (value set at the beginning of the schedule). StopAfterTime stops processing after reaching "x" time (also set by you at the beginning of the schedule).
This information is already in the template. So, I would like to know what the template for your process looks like.
However, in case you want some code, I was recently involved in a big internal project at my company to create an orchestrator. In this project, we send the stop, start, etc commands through AutomateC.exe (trust me, there are tons of awesome commands you can use). I will send you the documentation below!
So, friend, if you want the template, let me know! If you prefer to test via AutomateC.exe , just follow the steps in the documentation or post questions here!
Documentation link:
https://docs.blueprism.com/en-US/bundle/blue-prism-enterprise-6-7/page/helpCommandLine.htm
Template: https://portal.blueprism.com/products/templates/process-template-1-v5-and-v6
Please mark as best answer if your question has been answered.
Have a great week and we'll be together