Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-06-22 07:59 AM
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
------------------------------
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
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-06-22 08:40 AM
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
------------------------------
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
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-06-22 08:40 AM
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
------------------------------
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
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-06-22 09:52 AM
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
------------------------------
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
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-06-22 01:18 PM
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.
Hope this Helps
------------------------------
Satish Gunturi
------------------------------
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.
Hope this Helps
------------------------------
Satish Gunturi
------------------------------
