cancel
Showing results for 
Search instead for 
Did you mean: 

Need some advice on BP automateC commands

MayankGoyal2
Level 8

Hi, Please suggest which command prompt commands of automateC or anything equivalent can we use to - 

1) Fetch warning status of a process/VM once execution is started on it and it is stuck on a stage due to some issue

2) Get all items from a workqueue worked (completed/exception) for a particular date

Note - I dont want to create a BP process to fetch above information, rather something with automateC commands.

3 REPLIES 3

Hey Mayank,

I have played a bit in the past with the switches shown here: https://bpdocs.blueprism.com/bp-7-1/en-us/helpCommandLine.htm

Make sure you check the switches under "AutomateC.exe" .

1) "/resourcestatus" is your best call.

2) There are no specific switches for this, so you will either have to use the "/exportqueue" switch or get creative and try to fetch them in another way.

Hope it helps.

MayankGoyal2
Level 8

@ewilson - Kindly have a look at below question and advice if there are some commands to automate this.

ewilson
Staff
Staff

Hi @MayankGoyal1

Ram's response is pretty much the same thing I would offer. Review the command line switches under AutomateC.exe at https://bpdocs.blueprism.com/bp-7-1/en-us/helpCommandLine.htm?Highlight=automatec.

For option 1, I'm not sure /resourcestatus flag will give you what you want. For option 2, /exportqueue is the closest option but then you'd have to do some external processing to whittle the exported data down.

Cheers,

Eric