cancel
Showing results for 
Search instead for 
Did you mean: 

Best Optimum Way of Using AutomateC.exe CLI

TahaSonmez
Level 5
Hi everyone,

When trigger a process with CLI command, if the resource is either offline or busy, session can not be created naturally. Is there any way to create this session as pending? I mean, after a while when resource is available, can session be triggered automatically by Blue Prism? What is your opinions about the topic?

------------------------------
Taha Sonmez
ROM Architect
SabanciDx
------------------------------
2 REPLIES 2

KotaSuto1
Level 5
Hi,

I think there is no function which create sessions to offline or busy resources.
Instead, by using Resource PC Commands via HTTP(s),
you can monitor alive-and-death, create sessions to idle resources and so on.
Online help page is below:
https://bpdocs.blueprism.com/bp-6-10/en-us/helpResourcePCCommands.htm

It's useful but more complex and difficult than using AutomateC.exe,
so if there are any problems, it's better to contact to Support Center.

------------------------------
Kota Suto
Japan
------------------------------

ewilson
Staff
Staff
Hi @TahaSonmez,

One way you might approach this is to create an orchestration process. One process responsible for kicking off the others. Then you could place the requests into a work queue and the orchestration process would pull from that queue. As processes in the queue are started it's changes their status.

Cheers,


------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------