20-03-23 04:40 AM
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.
20-03-23 12:29 PM
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.
21-03-23 01:15 AM
@ewilson - Kindly have a look at below question and advice if there are some commands to automate this.
21-03-23 04:24 PM
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