cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduler from Process

AtyantSrivastav
Level 4
Hi,

Is there anyway we can run a scheduler from a process?

Problem Statement:

1. Process 1 starts on single bot.
2. Midway of process 1 have to start another process 2 on Multibot (through scheduler).
3.  process 2 completed
4. process 1 completed

------------------------------
Atyant Srivastava Deputy General Manager
Deputy General manager
Personal
Asia/Kolkata
------------------------------
1 BEST ANSWER

Best Answers

Hi Atyant,

AutomateC commands allows triggering the schedule which can be invoked from process as well. Here is the reference link-

https://bpdocs.blueprism.com/bp-6-10/en-us/helpCommandLine.htm?Highlight=automatec#Automate2

------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------

View answer in original post

3 REPLIES 3

Hi Atyant,

AutomateC commands allows triggering the schedule which can be invoked from process as well. Here is the reference link-

https://bpdocs.blueprism.com/bp-6-10/en-us/helpCommandLine.htm?Highlight=automatec#Automate2

------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------

Getting below error:

The server manager cannot be referenced
at BluePrism.AutomateAppCore.ClientServerConnection.ServerFactoryWrapper.get_ServerManager()
at BluePrism.AutomateAppCore.app.get_gSv()
at AutomateC.AutomateC.Run(String[] args)
at AutomateC.AutomateC.main(String[] args)

------------------------------
Atyant Srivastava Deputy General Manager
Deputy General manager
Personal
Asia/Kolkata
------------------------------

Hi Atyant,

Please find the below way to do this 
1) You can use Business Object "Utility-Enivronment"to use CMD to start a process include process 2 inside process 1 as sub process .
We can control when to run the process2 (which is inside process1)and can control this through session variable.21408.png

Hope this Helps 


------------------------------
Satish Gunturi
------------------------------