It is possible to get from Blue Prism, by command line, all sessionid of processes triggered NOT from the scheduler (and not triggered from the command line)?
There are commands to obtain the process sessionid when a process run from command line like
.\AutomateC.exe /run <processname>
or from the scheduler
.\AutomateC.exe /viewschedreport {<name> | <no-of-days> <date>} [/schedule <name>|...] [/format {csv|txt}]`
, but I need to get all sessionid, for example, sessionid of process I run from Session Manager. I need it to get status of the process by commend line:
.\AutomateC.exe /status <sessionid>